Get Preflight Checked Notify
Method
POST
Url
https://{YOUR_SERVICE_URL}/(preflight_checked_notify: 16)
This API endpoint is responsible for receiving notifications about the completion of manual preflight checks. When receiver(beneficiary) done with screening, it notify via GTR to your service and let you know the status.
Authentication
No authentication
Path Parameters
No path parameters
Query Parameters
No query parameters
Request Body (Required)
- Schema
- Example
[+]preflightCheckResult
OptionalObject
[+]travelruleInfo
OptionalObject
{
"travelruleInfo": {
"originatorVaspCode": "string",
"beneficiaryVaspCode": "string",
"initiatorVaspCode": "string",
"requestId": "string",
"receiverVaspCode": "string",
"verificationDirection": 0
},
"preflightCheckResult": {
"preflightCheckStatus": "string",
"preflightCheckMessage": "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"
}