Customers
Customers represent the end-users making payments. Create a customer to associate multiple payments with the same person, track their history, and pre-fill checkout sessions.Endpoints
| Method | Path | Description |
|---|---|---|
POST | /v1/customers | Create a customer |
GET | /v1/customers/{id} | Get a customer |
GET | /v1/customers | List customers |
PATCH | /v1/customers/{id} | Update a customer |