Customers
Get payment method by ID
Get a specific payment method associated with a customer by payment method ID
get/customers/{id}/payment-methods/{method_id}
Path parameters
idstring required
Customer ID
method_idstring required
Payment Method ID
Response
OK
Example response
{
"brand": "visa",
"exp_month": "01",
"exp_year": "2025"
}