ManualUpdateVerifyPIIResultRequest
- Schema
- Example
requestId
RequiredString
requestId is the unique id for all transaction, the same travelrule-request invoke process flow should be using same requestId, the recommend format is: "[YOUR_VASP_NAME]-[UUIDv4]"
Min Length4
Max Length64
Pattern
[\w\d_=-]+
Example
testexchange-189e9948-64c7-4a6c-bb4f-859c173321c5
[+]result
OptionalObject
{
"result": {
"data": {
"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": "testexchange-189e9948-64c7-4a6c-bb4f-859c173321c5",
"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"
}