
內容簡介
總結:Paymento是一個非保管型的加密貨幣支付閘道,可讓企業和個人直接將加密貨幣支付存入自己的錢包,消除第三方風險、保管問題和不必要的費用。
1. 這款 WordPress 外掛的主要功能有哪些?
- 直接錢包支付 – 沒有中間商,對資金有完全控制。
- 多鏈支持 – 支持比特幣、以太坊、USDT(ERC20和TRC20)等。
- 安全和私密 – 非保管解決方案,無需私鑰訪問。
- 易於 WooCommerce 整合 – 在幾分鐘內安裝、配置並開始接受加密貨幣。
- 低交易費用 – 與傳統支付閘道相比節省成本。
- 開發者友好的 API – 用簡單的 API 調用擴展功能性。
2. 使用這個外掛需要哪些系統要求?
- WordPress 5.0或更高版本
- WooCommerce 3.0或更高版本
- PHP 7.0或更高版本
- Paymento商戶帳戶
3. 如何進行配置?
- 進入 WooCommerce > 設置 > 付款。
- 在列表中找到 "Paymento" 並點擊 "管理"。
- 通過勾選 "啟用/禁用" 方塊啟用支付方式。
- 填寫以下必填字段:
- 標題: 顯示給客戶看的支付方法名稱
- 描述: 顯示給客戶的簡要支付方法描述,您可以提及要接受的資產。
- API金鑰: 您的Paymento API金鑰(在Paymento商戶儀表板中可用)
- 秘密金鑰: 您的Paymento秘密金鑰(在Paymento商戶儀表板中可用)
- 選擇您喜歡的確認類型:
- 立即重定向並保留發票(推薦)
- 等待支付確認
- 選擇性啟用故障排除的調試日誌。
- 點擊 "保存更改" 以應用您的設置。
4. 如何使用這個外掛?
- 配置完成後,Paymento的支付選項將出現在您的 WooCommerce 結帳頁面上。客戶可以選擇此選項以使用加密貨幣支付。
5. 客戶的訂單流程是怎樣的?
- 客戶選擇Paymento作為支付方式並完成訂單。
- 他們將被重定向到Paymento支付頁面以完成支付。
外掛標籤
開發者團隊
② 後台搜尋「Paymento – Non-Custodial Crypto Payment Gateway for WooCommerce」→ 直接安裝(推薦)
原文外掛簡介
Paymento – The Non-Custodial Crypto Payment Gateway for WooCommerce
Paymento allows businesses and individuals to accept cryptocurrency payments directly into their own wallets, eliminating third-party risks, custody issues, and unnecessary fees.
🌟 Key Features:
✔ Direct Wallet Payments – No intermediaries, full control over your funds.
✔ Multi-Chain Support – Accept Bitcoin, Ethereum, USDT (ERC20 & TRC20), and more.
✔ Secure & Private – Non-custodial solution with no private key access required.
✔ Easy WooCommerce Integration – Install, configure, and start accepting crypto in minutes.
✔ WooCommerce Blocks Compatible – Works with both classic and modern block-based checkout.
✔ HPOS Compatible – Full support for High-Performance Order Storage.
✔ Low Transaction Fees – Save costs compared to traditional payment gateways.
✔ Developer-Friendly API – Expand functionality with simple API calls.
Requirements
WordPress 6.0 or higher
WooCommerce 8.0 or higher
PHP 8.0 or higher
A Paymento merchant account
Configuration
Go to WooCommerce > Settings > Payments.
Find “Paymento” in the list and click “Manage”.
Enable the payment method by checking the “Enable/Disable” box.
Fill in the following required fields:
Title: The name of the payment method displayed to customers
Description: A brief description of the payment method displayed to customer, you can mention the assets that you want to accept.
API Key: Your Paymento API Key (available in your Paymento merchant dashboard)
Secret Key: Your Paymento Secret Key (available in your Paymento merchant dashboard)
Choose your preferred Confirmation Type:
Redirect Immediately and Hold Invoice (Recommended)
Wait for Payment Confirmation
Optionally enable Debug Log for troubleshooting.
Click “Save changes” to apply your settings.
Usage
Once configured, the Paymento payment option will appear on your WooCommerce checkout page. Customers can select this option to pay with cryptocurrency.
Order Process
Customer selects Paymento as the payment method and completes the order.
They are redirected to the Paymento payment page to complete the transaction.
After payment, the customer is redirected back to your store.
The order status is updated based on the payment status and your chosen confirmation type.
External Services
This plugin connects to the Paymento API to process cryptocurrency payments. Paymento is a non-custodial payment gateway that enables WooCommerce stores to accept payments in Bitcoin, Ethereum, USDT, and other cryptocurrencies.
📌 Data Sent to Paymento API
The plugin interacts with the Paymento API for the following purposes:
Payment Verification
The plugin sends payment transaction details to https://api.paymento.io/v1/payment/verify to confirm if a payment was successfully made.
This request is triggered when an order is placed or needs verification.
Fetching Merchant Information
Calls https://api.paymento.io/v1/ping/merchant/ to retrieve the store’s registered name and confirm API connectivity.
This request is made when setting up the payment gateway in WooCommerce.
Setting Callback URLs
The plugin sends data to https://api.paymento.io/v1/payment/settings/ to configure callback URLs for payment notifications.
This happens when the payment gateway is set up for the first time.
Submitting Payment Requests
When a customer selects crypto payment, the plugin sends a request to https://api.paymento.io/v1/payment/request with order details.
This allows Paymento to generate a payment invoice for the user.
API Health Check
A request to https://api.paymento.io/v1/ping/ ensures the API is operational before processing payments.
🔗 Third-Party Policies
By using this plugin, your WooCommerce store communicates with Paymento API. You can review Paymento’s terms and policies here:
Terms of Service: https://paymento.io/terms
Privacy Policy: https://paymento.io/privacy
This ensures users are fully aware of the data being sent and why. 🚀
Troubleshooting
If you encounter any issues:
Enable Debug Log in the plugin settings.
Check the WooCommerce status report (WooCommerce > Status > Logs) for detailed error messages.
Ensure your API Key and Secret Key are correct.
Verify that your server can receive incoming webhooks from Paymento.
Support
For support, please open an issue on the GitHub repository or contact Paymento support for gateway-specific questions.
Contributing
Contributions to improve the plugin are welcome. Please fork the repository and submit a pull request with your changes.
License
This plugin is released under the GPLv2 or later license.
