Create a new Contact
POST
/v1/contactsCreate a new Contact
.
Request
The contact identifier
Contact Types: personal
or business
The currency of contact.
Two-letter ISO 3166-2 country code
Country where the business was registered.
Two-letter ISO 3166-2 country code
The contact display name
The contact category: sender
, recipient
or all
Bank Detail information of a Recipient
.
This field is optional for [bank_country]/[bank_account_currency]:
- CH/CHF
- EU/EUR
- SE/SEK
This field is optional for [bank_country]/[bank_account_currency]:
- AU/AUD
- CH/CHF
- EU/EUR
- GB/GBP
- IN/INR
- SE/SEK
- TW/TWD
- Non-US/USD
- US/USD
- VN/SGD
This field is mandatory for [bank_country]/[bank_account_currency]:
- TW/TWD
- Non-US/USD
- VN/SGD
This field is mandatory for [bank_country]/[bank_account_currency]:
- GB/GBP
This field is mandatory for [bank_country]/[bank_account_currency]:
- CH/CHF
- EU/EUR
- SE/SEK
This field is mandatory for [bank_country]/[bank_account_currency]:
- AU/AUD
This field is mandatory for [bank_country]/[bank_account_currency]:
- IN/INR
This field is mandatory for [bank_country]/[bank_account_currency]:
- US/USD
The Ewallet information details of an Recipient
.
The Cash Pickup information details of an Recipient
.
{
"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"
}
}
Request samples
Responses
Contact Created Successfully.
Contact Personal information returned in Response.
The contact identifier
Contact Types: personal
or business
The currency of contact.
Two-letter ISO 3166-2 country code
Country where the business was registered.
Two-letter ISO 3166-2 country code
The contact display name
The contact category: sender
, recipient
or all
Bank Detail information of a Recipient
.
The Ewallet information details of an Recipient
.
The Cash Pickup information details of an Recipient
.
Abstract Personal Contact information used in ContactPersonalView
and ContactPersonalModel
.
{
"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
}
}