Skip to main content
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.

GET /api/gateway/customers

Returns a paginated list of customers.

Query parameters

Response

GET /api/gateway/customers/

Fetches a single customer by their cus_* ID.

Response

Use the customerId to filter payments and invoices for this customer.