v1
latestOpenAPI 3.0.02026-07-26167441.9 MBCreate Customer
post/customers
Request body
Response
201
Example response
{
"id": "bf64527c-5531-4ece-bf2c-51a8e775d8e1",
"merchant_customer_id": "AAAAAAAAAAAAAA0002",
"first_name": "John",
"last_name": "Doe",
"gender": "M",
"date_of_birth": "1990-02-28",
"email": "john.doe@email.com",
"nationality": "US",
"country": "US",
"document": {
"document_type": "SSN",
"document_number": "123-45-6789"
},
"phone": {
"number": "5551234567",
"country_code": "1"
},
"billing_address": {
"address_line_1": "123 Main St",
"address_line_2": "Apt 4B",
"country": "US",
"state": "NY",
"city": "New York",
"zip_code": "10001",
"neighborhood": "Manhattan"
},
"shipping_address": {
"address_line_1": "123 Main St",
"address_line_2": "Apt 4B",
"country": "US",
"state": "NY",
"city": "New York",
"zip_code": "10001",
"neighborhood": "Manhattan"
},
"metadata": [
{
"key": "ID",
"value": "123456"
}
],
"created_at": "2025-04-24T18:54:54.351969Z",
"updated_at": "2025-04-24T18:54:54.351971Z",
"merchant_customer_created_at": "2022-05-09T20:46:54.786342Z"
}