Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated #21

Merged
merged 1 commit into from
May 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ Are you ready to speed up the process of receiving WooCommerce crypto payments o

***CryptoPay:***

✅ All payments reach you directly. So the whole system works as P2P (Peer to Peer).
✅ No commission is charged to sellers in any way. Only payers pay blockchain transaction fees.
✅ Since all transactions are P2P (Peer to Peer), payment confirmation times are minimal.
✅ Easily integrable to other plugins with the APIs in the plugin (integrated 16+ plugins).
✅ For example, providing services with many extra plugins such as the Donation plugin.
* ✅ All payments reach you directly. So the whole system works as P2P (Peer to Peer).
* ✅ No commission is charged to sellers in any way. Only payers pay blockchain transaction fees.
* ✅ Since all transactions are P2P (Peer to Peer), payment confirmation times are minimal.
* ✅ Easily integrable to other plugins with the APIs in the plugin (integrated 16+ plugins).
* ✅ For example, providing services with many extra plugins such as the Donation plugin.

***Other services:***

❌ They transfer the payment first to their wallet to get a commission and then to your wallet.
❌ Payments are usually not P2P (Peer to Peer). Therefore, payment approval times are very long.
❌ The commission amounts that the service generates its own income will be deducted from your earnings.
❌ Even the fastest networks have very high payment confirmation times, as multiple transfers are made to earn commissions.
❌ Generally you can only use it for WooCommerce. To integrate with other plugins, you need a serious programming knowledge.
❌ An additional transaction fee is charged to transfer the payment from their wallet to you, and this is deducted from your earnings.
* ❌ They transfer the payment first to their wallet to get a commission and then to your wallet.
* ❌ Payments are usually not P2P (Peer to Peer). Therefore, payment approval times are very long.
* ❌ The commission amounts that the service generates its own income will be deducted from your earnings.
* ❌ Even the fastest networks have very high payment confirmation times, as multiple transfers are made to earn commissions.
* ❌ Generally you can only use it for WooCommerce. To integrate with other plugins, you need a serious programming knowledge.
* ❌ An additional transaction fee is charged to transfer the payment from their wallet to you, and this is deducted from your earnings.

**Free Version:**

Expand Down
Loading