Get Contact by ID
GET
/v1/contacts/{id}Last modified:Â 2 months ago
Maintainer:Â Not configured
Get a specific Contact
by ID.
Request
Path Params
id
string <uuid>
required
The Contact unique ID
Request samples
Responses
OK(200)
Bad Request(400)
Unauthorized(401)
429(429)
Server Error(500)
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Success.
Data Schema
optional
Example
personal-recipient-example
{
"id": "51eec8ab-535c-4ebc-96a4-a78a4fd00efb",
"type": "personal",
"category": "recipient",
"currency": "VND",
"country": "VN",
"display_name": "VND - NGUYEN VAN A",
"personal": {
"first_name": "Hieu",
"middle_name": "",
"last_name": "Phuong",
"other_name": "",
"gender": "male",
"date_of_birth": null,
"nationality": "VN",
"email": "hieu.phuong@gmail.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": "A123456"
},
"address": {
"line1": "235 Chi Trai, Ward 1, District 1",
"line2": "",
"city": "Ho Chi Minh",
"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": "NGUYEN VAN A",
"bank_account_number": "8019112670001",
"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
}
}
Last modified: 2 months ago