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 customer_portal:read or customer_portal:write.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
PATCH /v1/customer-portal/customers/me endpoint and pass the preferred default_payment_method_id.Authorizations
Authentication: Customer session tokens authenticate buyers within your organization. Generate one through the customer session operation.
Query Parameters
Results page to return. The first page is used by default.
Records returned per page. Defaults to 10 and accepts up to 100.