Transaction Result Report
Last updated
Last updated
POST
http://<enclave-endpoint>/v1/verifications/tx
This is an API that allows the Originating VASP to report the txHash value of the actual virtual asset transaction on the blockchain after confirming the Beneficiary through VerifyVASP.
Policy
The Originating VASP must report the transaction ID or TX hash of the actual virtual asset transaction to VerifyVASP through this API as soon as it is detected.
This allows the Beneficiary VASP to immediately identify which User Verification corresponds to the transaction.
Field Name | Data Type | Required | Example | Description |
---|---|---|---|---|
The txHash
value must follow the Blockchain Node Output format. For more information about the txHash format, please refer to the Wallet address and transaction ID standards.
Field Name | Data Type | Required | Description |
---|---|---|---|
verificationUuid
string
true
“8557f2b2-985e-431f-8d52-75c2e5a01e46”
UUID of completed verification. UUID which was used as a key during verification process before sending a transaction to the blockchain.
txHash
string
true
"8a54d58ca4100112a5430818776d74898f2232770bae03046862575cb851a042"
Eigenvalue that can recognize VA transaction corresponding to the verification.
vout
string
false
"2"
An index value indicating which transfer corresponds to within a single transaction, returned only if exist.
result
boolean
true
The result of Transaction Hash value report request. Meaning: true=Success, false=Fail