Get customer
Get a customer by Paid display ID. Use the value returned as customer.id, for example cus_abc123. If you have your own customer ID, use GET /api/v2/customers/external/{externalId}.
Authentication
AuthorizationBearer
API Key authentication using Bearer token
Path parameters
id
Paid customer display id
Response
200
id
Stable Paid customer display ID. Use this value as the {id} path parameter for customer routes, for example GET /api/v2/customers/cus_abc123/state.
name
legalName
email
phone
website
externalId
billingAddress
Customer billing address, or null when no address is set.
creationState
churnDate
vatNumber
metadata
defaultCurrency
ISO 4217 currency code, for example USD, EUR, or GBP.
createdAt
updatedAt
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error