Preflight Check Callback
Method
POST
Url
https://{YOUR_SERVICE_URL}/(preflight_check: 11)
This API endpoint handles callbacks for preflight checks, initiator will send the request for check whether you will accept this funds, for your side it could be human review or sanction screening results, you can decide to tell the initiator or not, this is only suitable in scenario: Before on chain, and you're beneficiary.
Authentication
No authentication
Path Parameters
No path parameters
Query Parameters
No query parameters
Request Body (Required)
- Schema
- Example
requestId
OptionalString
{
"requestId": "string"
}
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"
}
Response Example
HTTP Status: 200, VerifyStatus: 100000
{"verifyStatus": 100000,"verifyMessage": "Verify Success"}