Skip to main content
Search

Preflight Check Callback

Version: 3.0.0

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)

requestId
OptionalString

Responses

Status HTTP Status: 200, VerifyStatus: 100000

default response

JSON Content

[+]data
OptionalObject
verifyMessage
OptionalString
verifyStatus
OptionalInteger (int32)

Response Example

HTTP Status: 200, VerifyStatus: 100000

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