Integrate our products into your software. Let's make payment happen together!
Look at all the possibilitiesWe support the following 8 currencies:
Name | Code | Exponent |
---|---|---|
Euro | eur | 2 |
Swiss Franc | chf | 2 |
British Pound | gbp | 2 |
Norwegian Krone | nok | 2 |
Swedish Krona | sek | 2 |
Danish Krone | dkk | 2 |
Canadian Dollar | cad | 2 |
US Dollar | usd | 2 |
The code is the alphabetic 3 letter code as defined by ISO 4217. See for more info: Table A. 1.
These currencies require the same correct amount format with a maximum of 2 decimals as reflected by the exponents, including trailing zeroes, e.g. 10
, 10.1
, 10.10
or 10.01
.
Any amount value with more than 2 decimals will cause an input_error
.
Example of an API Error response for a request with field amount
that has more than 2 decimals
{
"type": "input_error",
"message": "'99.801' has a scale larger than 2",
"reference": "f0aaa390",
"field": "amount",
"fields": [
{
"field": "amount",
"message": "'99.801' has a scale larger than 2"
}
]
}