List payment methods for a Customer
GET {{baseUrl}}/customers/:customer_id/payment_methods
To filter and list the applicable payment methods for a particular Customer ID
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
accepted_country | string | ||
accepted_country | string | ||
accepted_currency | string | ||
accepted_currency | string | ||
minimum_amount | number | ||
maximum_amount | number | ||
recurring_payment_enabled | boolean | ||
installment_payment_enabled | boolean |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |