Preflight Check Callback
Method
POST
Url
https://{YOUR_SERVICE_URL}/(preflight_check: 11)
This callback API endpoint is for preflight check. Before transaction fired on the blockchain, the initiator, as the Originating VASP, will send this request to your VASP to check whether your VASP, as the Beneficiary VASP, will accept this potential incoming funds. Your VASP's decision should be based on the result of your own sanction screening or compliance review.
Authentication
No authentication
Path Parameters
No path parameters
Query Parameters
No query parameters
Request Body (Optional)
- Schema
- Example
{
"requestId": "string"
}
Responses
Status 200
OK
JSON Content
- Schema
- Example
{
"data": {
"preflightCheckStatus": "string",
"preflightCheckMessage": "string"
},
"verifyStatus": 0,
"verifyMessage": "string"
}
Status HTTP Status: 200, VerifyStatus: 100000
JSON Content
- Schema
- Example
{
"data": {},
"verifyStatus": 0,
"verifyMessage": "string"
}
Response Example
HTTP Status: 200, VerifyStatus: 100000
{"verifyStatus": 100000,"verifyMessage": "Verify Success"}