latestOpenAPI 3.1.02026-08-10390815.4 KB

e5f3dccae7ca

Common/payments

Currencies

This endpoint returns a list of currency codes and their names in the selected languages. To get the full list call the endpoint passing an empty body. <br/><br/>The currency codes returned are what is used as input and output for other endpoints.

post/common/payments/currencies

Headers

X-Affiliate-Idinteger required

Include here your Affiliate identifier number

Request body

languagesstring[]

Example request

{
  "languages": [
    "en-us"
  ]
}

Response

Successful response.

request_idstring

Uniquely identifies the request. Please provide this identifier when contacting support.

Example response

{
  "data": [
    {
      "id": "EUR"
    }
  ]
}