Skip to main content

List a Customer's PaymentMethods

GET 

/v1/customers/:customerId/payment_methods

Returns a paginated list of PaymentMethods saved on a given Customer.

Request​

Responses​

A dictionary with an items property that contains an array of PaymentMethods, plus a pagination cursor. Each entry in the array is a separate PaymentMethod object.