{
"originator_type": "individual",
"originator": {
"name": "John Tan",
"id": {
"type": "passport",
"value": "S7654321A",
"country_of_issue": "SG"
},
"address": {
"city": "Singapore",
"country": "SG",
"dependent_locality": "Singapore",
"postal_code": "068907",
"region": "Singapore",
"address_lines": [
"140 Robinson Road"
]
},
"date_of_birth": "2000-01-01",
"place_of_birth": "Singapore"
}
}curl --location --request PATCH 'https://prod.fomoapis.com/v1/intents/virtual-account-creation/0195282b-cd32-7250-92f1-1953c243e5ba/travel-rule' \
--header 'x-fomo-api-version;' \
--header 'Content-Type: application/json' \
--data-raw '{
"originator_type": "individual",
"originator": {
"name": "John Tan",
"id": {
"type": "passport",
"value": "S7654321A",
"country_of_issue": "SG"
},
"address": {
"city": "Singapore",
"country": "SG",
"dependent_locality": "Singapore",
"postal_code": "068907",
"region": "Singapore",
"address_lines": [
"140 Robinson Road"
]
},
"date_of_birth": "2000-01-01",
"place_of_birth": "Singapore"
}
}'{
"id": "string",
"create_time": "string",
"update_time": "string",
"token": "string",
"etag": "string",
"customer_id": "string",
"account_id": "string",
"virtual_account_creation_intent_id": "0195282b-cd32-7250-92f1-1953c243e5ba",
"originator_type": "individual",
"originator": {
"name": "John Tan",
"id": {
"type": "passport",
"value": "S7654321A",
"country_of_issue": "SG"
},
"address": {
"city": "Singapore",
"country": "SG",
"dependent_locality": "Singapore",
"postal_code": "068907",
"region": "Singapore",
"address_lines": [
"140 Robinson Road"
]
},
"date_of_birth": "2000-01-01",
"place_of_birth": "Singapore"
}
}