You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+52-14Lines changed: 52 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,32 +18,50 @@ All you need is to provide your crypto address.
18
18
19
19
The CryptAPI extension enables your OpenCart store to get receive payments in cryptocurrency, with a simple setup and no sign-ups required.
20
20
21
-
Currently accepted cryptocurrencies are:
21
+
= Accepted cryptocurrencies & tokens include: =
22
22
23
23
* (BTC) Bitcoin
24
+
* (ETH) Ethereum
24
25
* (BCH) Bitcoin Cash
25
26
* (LTC) Litecoin
26
-
* (ETH) Ethereum
27
27
* (XMR) Monero
28
-
* (IOTA) IOTA
28
+
* (TRX) Tron
29
+
* (BNB) Binance Coin
30
+
* (USDT) USDT
31
+
* (SHIB) Shiba Inu
32
+
* (DOGE) Dogecoin
33
+
34
+
35
+
among many others, for a full list of the supported cryptocurrencies and tokens, check [this page](https://cryptapi.io/pricing/).
36
+
37
+
= Auto-value conversion =
29
38
30
39
CryptAPI will attempt to automatically convert the value you set on your store to the cryptocurrency your customer chose.
31
-
Exchange rates are fetched hourly from CoinMarketCap.
40
+
41
+
Exchange rates are fetched every 5 minutes from CoinGecko.
32
42
33
43
Supported currencies for automatic exchange rates are:
34
44
35
-
* (USD) United States Dollar
36
-
* (EUR) Euro
37
-
* (GBP) Great Britain Pound
38
-
* (JPY) Japanese Yen
39
-
* (CNY) Chinese Yuan
45
+
* (XAF) CFA Franc
46
+
* (RON) Romanian Leu
47
+
* (BGN) Bulgarian Lev
48
+
* (HUF) Hungarian Forint
49
+
* (CZK) Czech Koruna
50
+
* (PHP) Philippine Peso
51
+
* (PLN) Poland Zloti
52
+
* (UGX) Uganda Shillings
53
+
* (MXN) Mexican Peso
40
54
* (INR) Indian Rupee
41
-
* (CAD) Canadian Dollar
42
55
* (HKD) Hong Kong Dollar
56
+
* (CNY) Chinese Yuan
43
57
* (BRL) Brazilian Real
44
58
* (DKK) Danish Krone
45
-
* (MXN) Mexican Peso
46
-
* (AED) United Arab Emirates Dirham
59
+
* (AED) UAE Dirham
60
+
* (JPY) Japanese Yen
61
+
* (CAD) Canadian Dollar
62
+
* (GBP) GB Pound
63
+
* (EUR) Euro
64
+
* (USD) US Dollar
47
65
48
66
If your OpenCart's currency is none of the above, the exchange rates will default to USD.
49
67
If you're using OpenCart in a different currency not listed here and need support, please [contact us](https://cryptapi.io) via our live chat.
@@ -74,6 +92,10 @@ For more info on our fees [click here](https://cryptapi.io/get_started/#fees)
74
92
8. Save Changes
75
93
9. All done!
76
94
95
+
### Cronjob
96
+
97
+
Some features require a cronjob to work. You need to create one in your hosting that runs every 1 minute. It should call this URL ``YOUR-DOMAIN/index.php?route=extension/payment/cryptapi/cron``.
98
+
77
99
### Frequently Asked Questions
78
100
79
101
#### Do I need an API key?
@@ -103,5 +125,21 @@ The easiest and fastest way is via our live chat on our [website](https://crypta
103
125
#### 1.0
104
126
* Initial release.
105
127
106
-
### Upgrade Notice
107
-
* Initial release.
128
+
#### 2.0
129
+
* New coins
130
+
* Updated codebase
131
+
* New API URL
132
+
133
+
#### 3.0
134
+
* New settings and color schemes to fit dark mode
135
+
* New settings to add CryptAPI's services fees to the checkout
136
+
* New settings to add blockchain fees to the checkout
137
+
* Upgrade the settings
138
+
* Added a history of transactions to the order payment page
139
+
* Better handling of partial payments
140
+
* Disable QR Code with value in certain currencies due to some wallets not supporting it
0 commit comments