v1
latestOpenAPI 3.0.32026-07-248079274.0 KBCustomers
Create a customer
The purpose of creating a customer is so that everything can be linked back to a customer_id. All transactions, beneficiaries, cards etc. are associated to a customer. Creating a customer at the start of the process allows us to manage your customers for you.
post/customers
Headers
Company-Idstring uuid
Unique ID assigned by Acquired.com for your company.
Request body
Example request
{
"reference": "customer_number_00001",
"first_name": "Edward",
"last_name": "Johnson",
"dob": "1988-10-03",
"custom_data": "L3BheW1lbnQtbGlua3MgcGF5IGN1c3RvbV9kYXRh",
"billing": {
"address": {
"line_1": "152 Aldgate Drive",
"city": "London",
"postcode": "E1 7RT",
"country_code": "GB"
},
"email": "ejohnson@acquired.com",
"phone": {
"country_code": "44",
"number": "2039826580"
}
},
"shipping": {
"address": {
"line_1": "152 Aldgate Drive",
"city": "London",
"postcode": "E1 7RT",
"country_code": "GB"
},
"email": "ejohnson@acquired.com",
"phone": {
"country_code": "44",
"number": "2039826580"
}
}
}Response
Created