OutNetworkTravelRuleRegisterRequest
- Schema
- Example
[+]beneficiaryAddress
RequiredObject
[+]blockchainTransaction
RequiredObject
[+]complianceInfo
RequiredObject
[+]originatorAddress
RequiredObject
requestId
OptionalString
Min Length0
Max Length64
Pattern
[\w\d_=-]+
sourceVaspCode
OptionalString
targetVaspName
OptionalString
Min Length1
[+]transmittedContent
OptionalObject
[+]verifyInstructions
RequiredObject
{
"originatorAddress": {
"address": "E9aX7TbJqvLwzC1f8rYpBnGks3M0QHjVxODUZ_WRmT2yXoLp",
"tag": "some of network like XRP required to input address tag (memo)"
},
"requestId": "string",
"transmittedContent": {
"manifest": [
{
"isNull": true,
"fieldPath": "string",
"count": 0,
"index": 0,
"fieldType": "string",
"fieldId": "string",
"contentHash": "string"
}
],
"travelRuleMetadata": {
"validationSalt": "string",
"nullHashExample": "string",
"hashAlgorithm": "string"
}
},
"sourceVaspCode": "string",
"targetVaspName": "string",
"blockchainTransaction": {
"ticker": "string",
"txId": "string",
"network": "string"
},
"beneficiaryAddress": {
"address": "E9aX7TbJqvLwzC1f8rYpBnGks3M0QHjVxODUZ_WRmT2yXoLp",
"tag": "some of network like XRP required to input address tag (memo)"
},
"complianceInfo": {
"amount": 8e-18,
"fiatName": "USD",
"fiatPrice": 84.12
},
"verifyInstructions": {
"piiSpecVersion": "string",
"verifyDirection": 0,
"expectVerifyFields": [
"string"
]
}
}