Customers
The Customer object represent your customer and the API allows you to create, update and retrieve your customers. You can retrieve a list of all your customers as well retrieve an individual customer.
Customer object
{
"id": "cus_dl6PTxQnTYy5BHYskV",
"address": "ACME ST 909A",
"aggregations": {
"sales": 3757.00,
"sales_current_period": 457.00,
"balance": 457.00
},
"contacts": [],
"country": {
"id": "US",
"name": "Estados Unidos",
"name_en": "United states",
"phone_code": "+1",
"has_regulation": false,
"tax_percent": 10
},
"currency": "USD",
"email": "[email protected]",
"metadata": {},
"name": "ACME TEST LLC",
"phone": "",
"sources": [],
"state": {
"id": "USAZ",
"code": "AZ",
"name": "Arizona"
},
"tax_id": "897-56-9831",
"tax_settings": {},
"website": "",
"created": "2020-10-15T13:26:15.356289-03:00",
"updated": "2020-10-15T13:26:15.356321-03:00"
}Create a customer
Create a new user
Name
Value
Name
Type
Description
Create a customer
Request Body
Name
Type
Description
Retrieve a customer
Request Body
Name
Type
Description
Retrieve a customer
Path Parameters
Name
Type
Description
Update a customer
Path Parameters
Name
Type
Description
Update a customer
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
List customers
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
List customers
Query Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Available filter fields:
Last updated
Was this helpful?
