Get TXID Notify
Method
POST
Url
https://{YOUR_SERVICE_URL}/(receive_tx_id_update: 5)
This callback API endpoint is for your service to receive txId for single Travel Rule request. After initiator make asset transfer on the blockchain, they will notify you the txId so that you can mapping it to your travel rule record in your own system
Authentication
No authentication
Path Parameters
No path parameters
Query Parameters
No query parameters
Request Body (Optional)
- Schema
- Example
{
"requestId": "string",
"travelruleId": "string",
"txId": "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"
}