List Customer Payment Methods
Intent
Reads the available customer payment methods as a pageable collection without changing them.
When to call it
Call this when an interface, sync, or support workflow needs to inspect customer payment methods. Use the filters and paging controls shown below to limit the result.
Access boundary
Authorize the request with a token that carries customers:read or customers:write.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
Operational notes
Get saved payment methods of a customer.
Scopes: customers:read customers:write
Authorizations
You can generate an Organization Access Token from your organization's settings.
Path Parameters
The customer ID.
Query Parameters
Page number, defaults to 1.
Size of a page, defaults to 10. Maximum is 100.