Customers
List payment methods
Get payment methods associated with a customer
get/customers/{id}/payment-methods
Path parameters
idstring required
Customer ID
Response
OK
Example response
{
"data": [
{
"brand": "visa",
"exp_month": "01",
"exp_year": "2025"
}
]
}