Skip to main content

List a Customer's PaymentMethods

GET 

/v1/customers/:customerId/payment_methods

Returns a list of PaymentMethods for a given Customer

Request

Responses

A dictionary with a items property that contains an array of PaymentMethods. Each entry in the array is a separate PaymentMethod object. This request should never return an error.