GTRCallbackBasicMessage
- Schema
- Example
initiatorVaspCode
RequiredString
the vasp who initiate this request
Min Length0
Max Length64
Example
[vaspCode]
receiverVaspCode
RequiredString
the vasp who will receive this request
Min Length0
Max Length64
Example
[vaspCode]
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
verificationDirection
RequiredInteger (int32)
{
"initiatorVaspCode": "[vaspCode]",
"requestId": "testexchange-189e9948-64c7-4a6c-bb4f-859c173321c5",
"receiverVaspCode": "[vaspCode]",
"verificationDirection": 0
}