- Maintenance plugins
- Security plugins
- Firewalls
- Cloudflare
The QR codes and open in wallet button use the standardized BIP 0021 format ( https://en.bitcoin.it/wiki/BIP_0021 ). Most of the popular wallets support it like Coinomi, Trust wallet, Electrum, etc. There's not really much we can do on our end about wallets that don't have proper support.
If you are using a wallet that does not support it, you can just hide the open in wallet button if you'd like to. The following CSS will hide the open in wallet button. The Metamask button will still display if people are using it.
.mcc .payment_buttons .open_wallet_payment { display: none; }You can use HD wallets like electrum for example to generate new addresses for each transaction. See https://mycryptocheckout.com/doc/usage/hd-wallet-settings/
But only some coins natively support HD wallets. We would recommend setting it up for the coins that do. For coins that don't support HD wallets, or if you decide not to use an HD wallet even for coins that do support them:
MyCryptoCheckout then uses a system of reserved amounts to differentiate between customers.
Say an item, after currency conversion, costs 1 BTC. If someone purchases that item the amount, 1 BTC, will get reserved in the system.
While waiting for the first transaction to come through, someone else buys the same item. That user will be told to pay 1.00000001 BTC.
And while waiting for the two above transactions to come through, the next user will be told to pay 1.00000002 BTC.
As soon as the transaction comes through the amount becomes freed. So the second user pays his 1.00000001 BTC. The next user will be offered that amount since 1 BTC is still reserved.Currently there is no input/detection for tags/memos built in to MCC. Sometimes tags/memos are required when sending certain coins directly to an exchange (BNB, XLM, EOS), this will not work with MCC, but wallet to wallet will work fine without tags. You'll need a regular wallet to accept those coins like coinomi, exodus, etc.
It is on our development list to add an option for tags/memos for exchanges and autosettlement purposes. Can't give an exact ETA when it will be ready yet though...