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"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.