Reference Table: Supported Fiat Currencies (fiat_code)
This table serves as a reference for the possible fiat currency codes that can be returned in the QR code data and order details.
This table serves as a reference for the possible fiat
currency codes that can be returned in the QR code data and order details. The amount
field in these objects will always be denominated in this currency.
USD
US Dollar
United States
EUR
Euro
Europe
JPY
Japanese Yen
Japan
GBP
British Pound Sterling
United Kingdom
AUD
Australian Dollar
Australia
CAD
Canadian Dollar
Canada
CHF
Swiss Franc
Switzerland
CNY
Chinese Yuan
China
SEK
Swedish Krona
Sweden
NZD
New Zealand Dollar
New Zealand
MXN
Mexican Peso
Mexico
SGD
Singapore Dollar
Singapore
HKD
Hong Kong Dollar
Hong Kong
NOK
Norwegian Krone
Norway
KRW
South Korean Won
South Korea
TRY
Turkish Lira
TΓΌrkiye
RUB
Russian Ruble
Russia
INR
Indian Rupee
India
BRL
Brazilian Real
Brazil
ZAR
South African Rand
South Africa
Important Notes for Developers:
Usage in APIs: The
fiat
andfiat_code
fields found in the QR code and API responses (e.g.,order_info.fiat
) will use these standard 3-letter ISO 4217 codes.Amount Calculation: The
amount
andamount_with_fees
provided by the Moca POS APIs are always the final amount in the specified fiat currency. Your wallet is responsible for converting this amount into the appropriate amount of cryptocurrency (e.g., BTC, USDC) based on real-time exchange rates before creating the transaction.Display: You should display the currency code (e.g., USD, EUR) alongside the amount to the user for clear confirmation of what they are paying.
Last updated