Skip to main content
Search

Preflight Check Callback

Version: 3.0.0

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)

PropertyTypeRequiredDescription
requestId
StringNo

Responses

Status 200

OK

JSON Content

PropertyTypeDescription
data
Object
PropertyTypeDescription
preflightCheckMessage
String
preflightCheckStatus
String
verifyMessage
String
verifyStatus
Integer

Status HTTP Status: 200, VerifyStatus: 100000

JSON Content

PropertyTypeDescription
data
Object
PropertyTypeDescription
No properties
verifyMessage
String
verifyStatus
Integer

Response Example

HTTP Status: 200, VerifyStatus: 100000

{"verifyStatus": 100000,"verifyMessage": "Verify Success"}