Log a transaction hash for a completed allowance operation.

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
string
required
Body Params
string
required

Transaction hash

string
required

Task id to log the Transaction hash

Responses
200

Transaction hash sent successfully.

400

Log operation failed due to invalid data.

403

Token not manageable with this authentication.

404

Token not found.
Allowance workflow not found.
Allowance workflow task not found.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!