Supported Cryptocurrencies
Mimbla allows you to create invoices in various cryptocurrencies to charge your customers. Below is the list of supported cryptocurrencies along with their symbols:
Cryptocurrency | Symbol |
---|---|
Bitcoin | BTC |
Bitcoin Cash | BCH |
Litecoin | LTC |
Monero | XMR |
Note: Whenever you are using the Mimbla API, keep in mind that parameters like currency
and crypto
are case-sensitive. For example, if you want to create an invoice in Bitcoin, you should use BTC
as the value for the parameter, not btc
or any other variation. This applies to all cryptocurrencies listed above. Doing so ensures that your requests are processed correctly and that you receive the expected results, so always use the correct case for cryptocurrency symbols. In case of an incorrect case, the API will return an error indicating that the currency is not supported.
Supported Fiat Currencies
When using the Mimbla platform, you can also specify a fiat currency for your invoices. The following fiat currencies are supported:
Currency | Name |
---|---|
ARS | Argentine Peso |
BRL | Brazilian Real |
CHF | Swiss Franc |
CLP | Chilean Peso |
CNY | Chinese Yuan |
EUR | Euro |
GBP | British Pound |
GEL | Georgian Lari |
HKD | Hong Kong Dollar |
HUF | Hungarian Forint |
IDR | Indonesian Rupiah |
ILS | Israeli New Shekel |
INR | Indian Rupee |
JPY | Japanese Yen |
KRW | South Korean Won |
MXN | Mexican Peso |
PHP | Philippine Peso |
RUB | Russian Ruble |
USD | United States Dollar |
Fiat currencies
Fiat currencies are only used for calculating the invoice and displaying the exchange rates. The actual payment will be made in the cryptocurrency specified in the invoice. If you want to charge your customers in a specific fiat currency, you can specify it in the currency
parameter when creating an invoice. Please keep in mind that internally Mimbla handles all the transactions in cryptocurrencies and our platform will do all the calculations in USD, so the exchange rates will be calculated based on the current USD value of the specified fiat currency. This means that if you specify a fiat currency, the amount will be converted to USD and then to the cryptocurrency specified in the invoice. This should not affect the final amount that your customers will pay, but it is important to keep in mind that the exchange rates may vary over time, so the final amount may be slightly different from what you expect.
Recommended reading: Create an Invoice to learn how to create an invoice with a specific fiat currency.