Get Address/TXID Verified Notify
Method
POST
Url
https://{YOUR_SERVICE_URL}/(addres_tx_verified_notify: 13)
This callback API endpoint is used to receive notifications when an address or transaction has been verified by your counterparty manually. It informs your system of the verification result of the txId or address.
Authentication
No authentication
Path Parameters
No path parameters
Query Parameters
No query parameters
Request Body (Optional)
- Schema
- Example
{
"travelruleInfo": {
"initiatorVaspCode": "string",
"requestId": "string",
"receiverVaspCode": "string",
"verificationDirection": 0
},
"notifyResult": {
"verifyStatus": 0,
"verifyMessage": "string"
},
"blockchainTransaction": {
"blockId": "string",
"blockHash": "string",
"ticker": "string",
"txIdType": 0,
"txId": "string",
"vin": "string",
"network": "string",
"vout": "string"
},
"beneficiaryAddress": {
"address": "string",
"addressType": 0,
"tag": "string"
}
}
Responses
Status 200
OK
JSON Content
- Schema
- Example
{
"verifyStatus": 0,
"verifyMessage": "string"
}
Status HTTP Status: 200, VerifyStatus: 100000
JSON Content
- Schema
- Example
{
"data": {},
"verifyStatus": 0,
"verifyMessage": "string"
}