v1

latestOpenAPI 3.0.3Proprietary2026-07-2441103204.8 KB
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"
    }
  ]
}