RegularizeCallbackVerifyAddressTxRequest
- Schema
- Example
[+]beneficiaryAddress
RequiredObject
initiatorVasp
RequiredString
the vasp who initiate this request
Min Length0
Max Length32
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
[+]transactionInfo
RequiredObject
verifyTargetType
RequiredInteger (int32)
{
"initiatorVasp": "[vaspCode]",
"requestId": "testexchange-189e9948-64c7-4a6c-bb4f-859c173321c5",
"verifyTargetType": 0,
"beneficiaryAddress": {
"address": "E9aX7TbJqvLwzC1f8rYpBnGks3M0QHjVxODUZ_WRmT2yXoLp",
"tag": "some of network like XRP required to input address tag (memo)"
},
"transactionInfo": {
"ticker": "USDT",
"txId": "d1029841dacb031098288b257b628a967eb963bbaccf954506ad0694219497a4",
"network": "XRP"
}
}