List a Customer's PaymentMethods
GET/v1/customers/:customerId/payment_methods
Returns a paginated list of PaymentMethods saved on a given Customer.
Requestβ
Responsesβ
- 200
- 400
- 404
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.
The request was unacceptable, often due to missing a required parameter.
The requested resource doesnβt exist.