ZERTH Pay Payment Gateway

外掛說明

With ZERTH Pay, Merchants can allow customer pay at Woocommerce check using Naira, USD and cryptocurrency and the Merchant get his payment remitted in Naira or cryptocurrency. Even if you customers pay with Crypto, you as a merchant may withdraw as local currency.

With ZERTH Pay for WooCommerce, you can accept payments via:

  • Local Bank Transfer at Checkout
  • Cryptocurrencies in (USDT, BTC, DOGE, LTC etc)
  • Many more coming soon

Why ZERTH Pay?

  • Start receiving payments instantly—go from sign-up to your first real transaction in as little as 15 minutes
  • Simple, transparent pricing—no hidden charges or fees
  • Advanced fraud detection
  • Understand your customers better through a simple and elegant dashboard
  • Access to attentive support 24/7
  • Free updates as we launch new features and payment options
  • Clearly documented APIs to build your custom payment experiences

Note

This plugin is meant to be used by merchants Nigeria or could recieve payout with a Nigerian Bank.

WEBHOOK

Your Webhook URL is:
https://yourdomain.com/wp-json/zerthpay/v1/webhook
Where “yourdomain.com” is your website base URL

If you want to change it, go to includes/class-wc-gateway-zerth.php and adjust the code below to your preference

//includes/class-zerth-pay-webhook-handler.php
add_action( ‘rest_api_init’, ‘zerth_pay_register_webhook_route’ );

function zerth_pay_register_webhook_route() {
register_rest_route( ‘zerthpay/v1’, ‘/webhook’, array(
‘methods’ => ‘POST’, // Webhooks typically send POST requests [8, 22]
‘callback’ => ‘zerth_pay_handle_webhook’,
‘permission_callback’ => ‘__return_true’, // Authenticity will be validated in the callback
) );
}

function zerth_pay_handle_webhook( WP_REST_Request $request ) {
// Placeholder for webhook processing
// Details will be covered in “Receiving and parsing incoming webhook data” and “Validating webhook authenticity”
return new WP_REST_Response( array( ‘status’ => ‘success’ ), 200 ); // Respond with 200 OK [22]
}

安裝方式

  • Go to WordPress Admin > Plugins > Add New from the left-hand menu
  • In the search box type ZERTH Pay for WooCommerce Payment Gateway
  • Click on Install now when you see ZERTH Pay for WooCommerce Payment Gateway to install the plugin
  • After installation, activate the plugin.

使用者評論

2025 年 8 月 21 日
I just started using the ZerthPay Payment Gateway plugin and so far the experience has been great. The setup was quick, the integration works smoothly with WooCommerce, and the interface is clean. It looks very promising and I’m excited to see how it performs long-term. If you’re looking for a stable payment gateway for your website, I highly recommend giving this plugin a try.
閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈ZERTH Pay Payment Gateway〉的開發相關工作。

參與者

將〈ZERTH Pay Payment Gateway〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄