List customer payment methods
GET/customers/:customer_id/payment-methods
List all saved payment methods for a customer. The organization is determined from the authenticated API key.
Request
Responses
- 200
- 401
- 404
- 500
List of payment methods with card details
Unauthorized - invalid or missing API key
Customer not found
Internal server error