Get PII Verified Notify
Method
POST
Url
https://{YOUR_SERVICE_URL}/(pii_verified_notify: 15)
This API endpoint receives notifications about the manual verification of PII. When receiver done with check or manual reviewed, it notify via GTR to your service to let you know the status
Authentication
No authentication
Path Parameters
No path parameters
Query Parameters
No query parameters
Request Body (Required)
- Schema
- Example
[+]notifyResult
OptionalObject
[+]piiSecuredInfo
OptionalObject
[+]piiVerifyResult
OptionalObject
[+]preflightCheckResult
OptionalObject
[+]travelruleInfo
OptionalObject
{
"travelruleInfo": {
"originatorVaspCode": "string",
"beneficiaryVaspCode": "string",
"initiatorVaspCode": "string",
"requestId": "string",
"receiverVaspCode": "string",
"verificationDirection": 0
},
"notifyResult": {
"verifyStage": "string",
"verifyStatus": 0,
"verifyMessage": "string"
},
"piiVerifyResult": {
"verifiedFields": [
{
"type": 110026,
"message": "string",
"status": 1
}
]
},
"preflightCheckResult": {
"preflightCheckStatus": "string",
"preflightCheckMessage": "string"
},
"piiSecuredInfo": {
"piiSpecVersion": "ivms101-2020",
"secretAlgorithm": "ecies_secp256r1",
"receiverKeyInfo": "(Refer to inner structure)",
"initiatorKeyInfo": "(Refer to inner structure)",
"securedPayload": "(base64 or other format's encrypted raw text)",
"encryptionParams": "(Refer to inner structure)",
"piiSecretFormatType": "FULL_JSON_OBJECT_ENCRYPT"
}
}
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"
}