🎉 Welcome to TranSwap Api v1.8.8 🚀
Contacts
by parameter(s).Authorization: Bearer ********************
curl --location --request GET '/v1/contacts'
{
"items": [
{
"id": "90a8cab3-7bc6-4a75-ae50-04b820d2a817",
"type": "business",
"category": "sender",
"currency": "USD",
"country": "HK",
"display_name": "Alpha Sender Pte Ltd",
"business": {
"business_name": "Alpha Sender Pte Ltd",
"business_reg_number": "A8393B22",
"country_of_incorporation": "HK",
"country_of_operation": null,
"date_of_incorporation": "2010-04-23T00:00:00+00:00",
"industry_category": null,
"industry_sub_category": null,
"website": null,
"email": "alphasender@testing.com",
"address": {
"line1": "Block G, 9/F East Sun Industrial Centre",
"line2": "16 Shing Yip Street, Kwun Tong",
"city": "",
"state_or_province": "Kowloon",
"country": "HK",
"postal": ""
}
}
},
{
"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": "12345678",
"mobile_number_prefix": "+65",
"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
}
}
],
"page_index": 0,
"page_size": 20,
"total_items": 2,
"total_page": 1
}