Skip to main content
GET
List Customer Payment Methods
To set a new default payment method, send a request to the PATCH /v1/customer-portal/customers/me endpoint and pass the preferred default_payment_method_id.

Authorizations

Authorization
string
header
required

Customer session tokens are specific tokens that are used to authenticate customers on your organization. You can create those sessions programmatically using the Create Customer Session endpoint.

Query Parameters

page
integer
default:1

Page number, defaults to 1.

limit
integer
default:10

Size of a page, defaults to 10. Maximum is 100.

Response

Successful Response

items
(PaymentMethodCard · object | PaymentMethodGeneric · object)[]
required
pagination
Pagination · object
required