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 (Optional)
- Schema
- Example
[+]preflightCheckResult
OptionalObject
[+]travelruleInfo
OptionalObject
{
"travelruleInfo": {
"initiatorVaspCode": "[vaspCode]",
"requestId": "testexchange-189e9948-64c7-4a6c-bb4f-859c173321c5",
"receiverVaspCode": "[vaspCode]",
"verificationDirection": 0
},
"preflightCheckResult": {
"preflightCheckStatus": "string",
"preflightCheckMessage": "string"
}
}
Responses
Status 200
OK
JSON Content
- Schema
- Example
verifyMessage
OptionalString
verifyStatus
RequiredInteger (int32)
VerifyStatus
Example
100000
{
"verifyStatus": 100000,
"verifyMessage": "string"
}
Status HTTP Status: 200, VerifyStatus: 100000
JSON Content
- Schema
- Example
[+]data
OptionalObject
verifyMessage
OptionalString
verifyStatus
RequiredInteger (int32)
VerifyStatus
Example
100000
{
"data": {},
"verifyStatus": 100000,
"verifyMessage": "string"
}