Customers/getCustomer
Get a customer
PlannedPlanned. This contract is published ahead of the build. It is not callable yet — treat it as the shape to design against, not a live endpoint.
Retrieve a customer by ID.
GET
/v1/customers/{id}Returns a customer by ID, including default payment method, metadata, and billing details. Saved cards are referenced by a masked token — full card numbers are never returned.
Path parameters
idstringRequiredResponse
application/json
idstringExample "cus_123"
emailstringExample "[email protected]"
namestringExample "Ada Lovelace"
defaultPaymentMethodIdstringnullableExample "pm_9c2a4f10"
createdAtstring · ISO 8601Example "2026-04-09T09:14:22Z"
getCustomer