v1

latestOpenAPI 3.1.02026-07-241210356.3 KB
Dictionary

Currencies

Returns a list of currencies supported by the system. Before using any one of those currencies, please make sure that the currency is supported by your Credit Card Company.

get/Currencies

Headers

api-keystring required

API Key

secret-keystring required

Secret Key

Response

200

idstring
signstring
codestring
namestring
validboolean

Example response

[
  {
    "id": "1",
    "sign": "₪",
    "code": "ILS",
    "name": "israeli-shekel",
    "valid": true
  }
]