Skip to main content
GET
List Currencies

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

language
string
required

Language the labels are returned in, one of ['fr', 'en', 'nl', 'de']. Required: a list of codes with no wording to display them is of no use, and there is no sensible language to pick on the caller's behalf.

Response

Successful Response

code
string
required

ISO 4217 code, to send in a document's currency (e.g. EUR).

symbol
string | null
required

Currency sign (, $, ¥). Not translated: it is the same in every language.

label
string | null
required

Name of the currency, in the requested language (e.g. Dollar des États-Unis).