Customers are created automatically when a checkout session is created with a new email address. Use these endpoints to look up customers and navigate to their associated payments and invoices.Documentation Index
Fetch the complete documentation index at: https://docs.getopenrails.com/llms.txt
Use this file to discover all available pages before exploring further.
GET /api/gateway/customers
Returns a paginated list of customers.Query parameters
| Parameter | Type | Description |
|---|---|---|
limit | number | Maximum number of records to return. Defaults to 20. |
customerId | string | Filter to a specific customer by cus_* ID. |
email | string | Filter by exact email address. |
status | string | Filter by customer status. |
Response
GET /api/gateway/customers/
Fetches a single customer by theircus_* ID.
Response
customerId to filter payments and invoices for this customer.