List a Customer's PaymentMethods
GET/v1/customers/:customerId/payment_methods
Returns a list of PaymentMethods for a given Customer
Request
Responses
- 200
- 400
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.
The request was unacceptable, often due to missing a required parameter.