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

Authentication: Customer session tokens authenticate buyers within your organization. Generate one through the customer session operation.

Query Parameters

page
integer
default:1

Results page to return. The first page is used by default.

limit
integer
default:10

Records returned per page. Defaults to 10 and accepts up to 100.

Response

Request completed successfully

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