This endpoint allows users to log a transaction hash for an allowance operation that was signed and submitted externally. It associates the blockchain transaction with the corresponding allowance workflow task in the system.
The request requires the task ID and transaction hash in the request body. This endpoint is typically called after a user has signed and broadcast a transaction to set an allowance.
This endpoint is primarily used with browser wallet such as MetaMask, where the user signs and submits the transaction manually. Logging the transaction is required to reconciliate onchain and offchain flows.
Successful logging of the transaction hash enables the system to track and verify the status of the allowance transaction on the blockchain.
Access level: Only qualified investors of the token who initiated the original allowance transaction can broadcast the transaction payload.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
200Transaction hash sent successfully.
400Log operation failed due to invalid data.
403Token not manageable with this authentication.
404Token not found.
Allowance workflow not found.
Allowance workflow task not found.
