Get Address/TXID Verified Notify
Method
POST
Url
https://{YOUR_SERVICE_URL}/(addres_tx_verified_notify: 13)
This API endpoint is used to receive notifications when an address or transaction has been verified manually. It informs the system about the verification status of the transaction or address.
Authentication
No authentication
Path Parameters
No path parameters
Query Parameters
No query parameters
Request Body (Required)
- Schema
- Example
[+]beneficiaryAddress
OptionalObject
[+]blockchainTransaction
OptionalObject
[+]notifyResult
OptionalObject
[+]travelruleInfo
OptionalObject
{
"travelruleInfo": {
"originatorVaspCode": "string",
"beneficiaryVaspCode": "string",
"initiatorVaspCode": "string",
"requestId": "string",
"receiverVaspCode": "string",
"verificationDirection": 0
},
"notifyResult": {
"verifyStage": "string",
"verifyStatus": 0,
"verifyMessage": "string"
},
"blockchainTransaction": {
"ticker": "string",
"txId": "string",
"network": "string"
},
"beneficiaryAddress": {
"address": "E9aX7TbJqvLwzC1f8rYpBnGks3M0QHjVxODUZ_WRmT2yXoLp",
"tag": "some of network like XRP required to input address tag (memo)"
}
}
Responses
Status HTTP Status: 200, VerifyStatus: 100000
default response
JSON Content
- Schema
- Example
[+]data
OptionalObject
verifyMessage
OptionalString
verifyStatus
OptionalInteger (int32)
{
"verifyStatus": 100000,
"verifyMessage": "Verify Success"
}