🎉 Welcome to TranSwap Api v1.8.8 🚀
Contact
.Authorization: Bearer ********************
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "personal",
"currency": "string",
"country": "string",
"display_name": "string",
"category": "recipient",
"bank": {
"bank_name": "string",
"bank_address": "string",
"bank_country": "US",
"bank_account_currency": "USD",
"bank_account_name": "John Doe",
"bank_account_number": "string",
"ts_bank_code": "string",
"swift_bic_code": "string",
"bank_code": "string",
"sort_code": "string",
"iban_code": "string",
"bsb_code": "string",
"zengin_code": "string",
"ifsc_code": "string",
"cnaps_code": "string",
"aba_routing_number": "string"
},
"ewallet": {
"ewallet_provider": "string",
"ewallet_account_name": "string",
"ewallet_account_number": "string"
},
"cash": {
"cash_provider": "string"
}
}
curl --location --request POST '/v1/contacts' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "personal",
"currency": "string",
"country": "string",
"display_name": "string",
"category": "recipient",
"bank": {
"bank_name": "string",
"bank_address": "string",
"bank_country": "US",
"bank_account_currency": "USD",
"bank_account_name": "John Doe",
"bank_account_number": "string",
"ts_bank_code": "string",
"swift_bic_code": "string",
"bank_code": "string",
"sort_code": "string",
"iban_code": "string",
"bsb_code": "string",
"zengin_code": "string",
"ifsc_code": "string",
"cnaps_code": "string",
"aba_routing_number": "string"
},
"ewallet": {
"ewallet_provider": "string",
"ewallet_account_name": "string",
"ewallet_account_number": "string"
},
"cash": {
"cash_provider": "string"
}
}'
{
"id": "7b048f91-0521-4f02-8e45-51eb8658822e",
"type": "personal",
"category": "recipient",
"currency": "VND",
"country": "VN",
"display_name": "VND - Bao Bao Truong",
"personal": {
"first_name": "Bao",
"middle_name": "Bao",
"last_name": "Truong",
"other_name": "",
"gender": "female",
"date_of_birth": null,
"nationality": "VN",
"email": "xxx@test.com",
"mobile_number": "903123456",
"mobile_number_prefix": "+84",
"country_of_birth": null,
"occupation": null,
"industry_category": null,
"industry_sub_category": null,
"identification": {
"id_type": "passport",
"id_number": "AA1234567"
},
"address": {
"line1": "243C Chi Trai, Ward 1, District 3",
"line2": "",
"city": "Hanoi",
"state_or_province": "Hanoi",
"country": "VN",
"postal": "700000"
}
},
"bank": {
"bank_name": "Military Commercial Joint Stock bank (MB)",
"bank_country": "VN",
"bank_account_currency": "VND",
"bank_account_name": "BAO BAO TRUONG",
"bank_account_number": "12341236001",
"ts_bank_code": "TSVN0020",
"swift_bic_code": "",
"bank_code": null,
"sort_code": "",
"iban_code": "",
"bsb_code": "",
"zengin_code": "",
"ifsc_code": null,
"cnaps_code": null,
"aba_routing_number": ""
},
"ewallet": {
"ewallet_provider": null,
"ewallet_account_name": null,
"ewallet_account_number": null
},
"cash": {
"cash_provider": null
}
}