V2
Retrieve a list of payment methods for a currency
Retrieve a list of enabled payment methods for a channel given a particular currency. For more information, see the documentation, and for sample calls, see the public Postman collection.
get/v2/channels/{entityId}/payment-methods
Query parameters
currencystring required
The currency of the payment methods.
Response
Payment methods successfully retrieved.
Example response
{
"paymentMethods": [
{
"name": "card"
}
]
}