Get Preflight Checked Notify
Method
POST
Url
https://{YOUR_SERVICE_URL}/(preflight_checked_notify: 16)
This callback API endpoint receives notifications when manual preflight checks are completed. After the Beneficiary VASP completes their screening process, GTR notifies your service with the verification status.
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
},
"preflightCheckResult": {
"preflightCheckStatus": "string",
"preflightCheckMessage": "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"
}