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
+17-57Lines changed: 17 additions & 57 deletions
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,11 @@ Magento >= 2.3.5
12
12
13
13
### Description
14
14
15
-
Accept payments in Bitcoin, Bitcoin Cash, Litecoin, Ethereum, Monero and IOTA directly to your crypto wallet, without any sign-ups or lengthy processes.
16
-
All you need is to provide your crypto address.
15
+
Accept payments in Bitcoin, Bitcoin Cash, Litecoin, Ethereum, Monero and IOTA directly to your crypto wallet.
17
16
18
17
#### Allow users to pay with crypto directly on your store
19
18
20
-
The BlockBee extension enables your Magento store to get receive payments in cryptocurrency, with a simple setup and no sign-ups required.
19
+
The BlockBee extension enables your Magento store to get receive payments in cryptocurrency, with a simple setup.
21
20
22
21
#### Accepted cryptocurrencies & tokens include:
23
22
@@ -49,20 +48,18 @@ Exchange rates are fetched every 5 minutes.
49
48
* (AED) United Arab Emirates Dirham
50
49
51
50
If your Magento's currency is none of the above, the exchange rates will default to USD.
52
-
If you're using Magento in a different currency not listed here and need support, please [contact us](https://blockbee.io) via our live chat.
51
+
If you're using Magento in a different currency not listed here and need support, please [contact us](https://blockbee.io/contacts/) via our live chat.
53
52
54
53
#### Why choose BlockBee?
55
54
56
-
BlockBee has no setup fees, no monthly fees, no hidden costs, and you don't even need to sign-up!
57
-
Simply set your crypto addresses and you're ready to go. As soon as your customers pay we forward your earnings directly to your own wallet.
55
+
BlockBee has no setup fees, no monthly fees and no hidden costs!
58
56
59
-
BlockBee has a low 1% fee on the transactions processed. No hidden costs.
60
-
For more info on our fees [click here](https://blockbee.io/fees)
57
+
BlockBee has a low 1% fee on the transactions processed.
58
+
For more info on our fees [click here](https://blockbee.io/fees/)
61
59
62
60
### Installation
63
61
64
62
1. Upload code to the folder app/code/Blockbee/Blockbee
2. Go to Stores -> Configuration -> Sales -> Payment Methods -> BlockBee
84
81
3. Activate the payment method (if inactive)
85
82
4. Set the name you wish to show your users on Checkout (for example: "Cryptocurrency")
86
-
5. Select which cryptocurrencies you wish to accept (control + click to select many)
87
-
6. Input your addresses to the cryptocurrencies you selected. This is where your funds will be sent to, so make sure the addresses are correct.
88
-
7. Click "Save Changes"
89
-
8. All done!
83
+
5. Paste your API Key in the API Key field
84
+
6. Select which cryptocurrencies you wish to accept (control + click to select many)
85
+
7. Input your addresses to the cryptocurrencies you selected. This is where your funds will be sent to, so make sure the addresses are correct.
86
+
8. Click "Save Changes"
87
+
9. All done!
88
+
90
89
91
90
### Frequently Asked Questions
92
91
93
92
#### Do I need an API key?
94
93
95
-
No. You just need to insert your crypto address of the cryptocurrencies you wish to accept. Whenever a customer pays, the money will be automatically and instantly forwarded to your address.
94
+
Yes. To use our service you will need to register at our [dashboard](https://dash.blockbee.io/)and create a new API Key.
96
95
97
96
#### How long do payments take before they're confirmed?
98
97
99
98
This depends on the cryptocurrency you're using. Bitcoin usually takes up to 11 minutes, Ethereum usually takes less than a minute.
100
99
101
100
#### Is there a minimum for a payment?
102
101
103
-
Yes, the minimums change according to the chosen cryptocurrency and can be checked [here](https://blockbee.io/fees).
102
+
Yes, the minimums change according to the chosen cryptocurrency and can be checked [here](https://blockbee.io/get_started/#fees).
104
103
If the Magento order total is below the chosen cryptocurrency's minimum, an error is raised to the user.
105
104
106
105
#### Where can I find more documentation on your service?
107
106
108
-
You can find more documentation about our service on our [get started](https://blockbee.io/) page, our [technical documentation](https://docs.blockbee.io/) page or our [resources](https://github.com/blockbee-io) page.
107
+
You can find more documentation about our service on our [website](https://blockbee.io/), our [technical documentation](https://docs.blockbee.io/) page or our [e-commerce](https://blockbee.io/ecommerce/) page.
109
108
If there's anything else you need that is not covered on those pages, please get in touch with us, we're here to help you!
110
109
111
-
#### Where can I get support?
110
+
#### Where can I get support?
112
111
113
-
The easiest and fastest way is via our live chat on our [website](https://blockbee.io) or via our [contact form](https://blockbee.io/contacts/sales/).
112
+
The easiest and fastest way is via our live chat on our [website](https://blockbee.io) or via our [contact form](https://blockbee.io/contacts/).
114
113
115
114
### Changelog
116
115
117
116
#### 1.0
118
117
* Initial release.
119
118
120
-
#### 2.0
121
-
* New coins.
122
-
* Updated codebase.
123
-
* New API URL.
124
-
* UI Improvements
125
-
* Minor Bug Fixes
126
-
127
-
#### 3.0
128
-
* New settings and color schemes to fit dark mode
129
-
* New settings to add BlockBee's services fees to the checkout
130
-
* New settings to add blockchain fees to the checkout
131
-
* Upgrade the settings
132
-
* Added a history of transactions to the order payment page
133
-
* Better handling of partial payments
134
-
* Disable QR Code with value in certain currencies due to some wallets not supporting it
0 commit comments