Customers
API ReferenceCustomers
Customers
Create and manage customer profiles for your business.
Overview
The Customers API allows you to create, update, and manage customer records. Customers can be associated with payments and saved payment methods for returning purchases.
API Endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /customers | Create Customer |
GET | /customers/:id | Retrieve Customer |
POST | /customers/:id | Update Customer |
DELETE | /customers/:id | Delete Customer |
POST | /customers/list | List Customers |