Endpoints
| Method | Path | Description |
|---|---|---|
POST | /v1/charges | Create a charge |
GET | /v1/charges/:id | Retrieve a charge |
POST | /v1/refunds | Create a refund |
GET | /v1/customers | List customers |
POST | /v1/customers | Create a customer |
DELETE | /v1/customers/:id | Delete a customer |
Versioning
Send X-API-Version: 2024-01-01 to pin to a specific API version.