v1
latestOpenAPI 3.1.02026-07-241210356.3 KBDictionary
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
Example response
[
{
"id": "1",
"sign": "₪",
"code": "ILS",
"name": "israeli-shekel",
"valid": true
}
]