v1

latestOpenAPI 3.0.3Proprietary2026-07-2441103204.8 KB
V1

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.

post/merchant_specs

Request body

authentication.entityIdstring required
signaturestring required

Token to verify the integrity of the request, ensuring that only the merchant sending the request is accepted.

currencystring required

Three-letter ISO 4217 currency code.

Example request

{
  "authentication.entityId": "8ac7a4ca94809723019482814def011f",
  "signature": "a668342244a9c77b08a2f9090d033d6e2610b431a5c0ca975f32035ed06164f4",
  "currency": "ZAR"
}

Response

Request processed successfully.