EndTravelRuleRequest
- Schema
- Example
reason
RequiredString
Reason of end the travel rule
Min Length0
Max Length512
Example
for address book verify purpose
reasonType
RequiredString
Reason Type of end travel rule, see structure of: EndTravelRuleType
Min Length4
Max Length64
Example
ADDRESS_BOOK_VERIFY
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
{
"reason": "for address book verify purpose",
"requestId": "testexchange-189e9948-64c7-4a6c-bb4f-859c173321c5",
"reasonType": "ADDRESS_BOOK_VERIFY"
}