kepa
Customers/getCustomer

Get a customer

Planned
Planned. 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
idstringRequired

Response

application/json

idstring
Example "cus_123"
emailstring
namestring
Example "Ada Lovelace"
defaultPaymentMethodIdstringnullable
Example "pm_9c2a4f10"
createdAtstring · ISO 8601
Example "2026-04-09T09:14:22Z"

getCustomer