Update PII Verify Result
Method
PUT
Url
https://platform.globaltravelrule.com/api/verify/v2/manual/verify_pii
Authentication
No authentication
Path Parameters
No path parameters
Query Parameters
No query parameters
Request Body (Optional)
- Schema
- Example
{
"result": {
"data": {
"hashSalt": "string",
"encryptedPayload": "string",
"verifyFields": "[\n {\n \"type\": \"111001\",\n \"status\": 1,\n \"message\": \"beneficiary legal person name match\"\n },\n {\n \"type\": \"110026\",\n \"status\": 2,\n \"message\": \"beneficiary natural person name mismatch\"\n },\n {\n \"type\": \"110025\",\n \"status\": 2,\n \"message\": \"beneficiary natural person date of birth mismatch\"\n }\n]",
"requestId": "string",
"secretType": 0,
"initiatorPublicKey": "0szeNNub/IGoe623JCGD4B4bH8I94FozOeZjv1dKlXQ=",
"piiSecuredInfo": "(Refer to inner structure)",
"preflightCheckStatus": "ACCEPTED",
"receiverPublicKey": "0szeNNub/IGoe623JCGD4B4bH8I94FozOeZjv1dKlXQ=",
"preflightCheckMessage": "(ANY MESSAGE)"
},
"verifyStatus": 100000,
"verifyMessage": "Success"
},
"requestId": "testexchange-189e9948-64c7-4a6c-bb4f-859c173321c5"
}
Responses
Status 200
OK
JSON Content
- Schema
- Example
{
"verifyStatus": 0,
"verifyMessage": "string"
}
Status HTTP Status: 200, VerifyStatus: 100000
Success
JSON Content
- Schema
- Example
{
"data": {},
"verifyStatus": 0,
"verifyMessage": "string"
}