| 开发者 | paybridgenp |
|---|---|
| 更新时间 | 2026年5月26日 21:13 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
payment.succeeded webhook from PayBridgeNP confirms the payment server-to-server and moves the order to Processingpaybridge-np-woocommerce.zip from the releases pagepackages/woocommerce directory into wp-content/plugins/paybridge-np-woocommercecomposer install --no-dev inside the plugin directoryhttps://yourstore.com/?wc-api=paybridge_webhookpayment.succeeded, payment.failed, payment.cancelledbash
ngrok http 80
Then use the generated https://xxx.ngrok.io/paynep/?wc-api=paybridge_webhook as your webhook endpoint URL in the dashboard.Your WooCommerce store currency must be set to NPR (Nepalese Rupee).
Yes. Sign up at paybridgenp.com to get your API keys.
Yes. Create a sandbox project in your PayBridgeNP dashboard, use the sk_test_ key, and all
payments will go through the eSewa/Khalti sandbox environments.
Orders will still be created and marked On Hold when the customer returns from payment. Without a webhook the order will not automatically move to Processing. Webhooks are strongly recommended for a reliable store experience.
Yes. PayBridgeNP works with both the classic shortcode checkout and the modern WooCommerce Blocks checkout out of the box.
Paybridge_WC / paybridge_wc_ prefix, matching the existing PAYBRIDGE_WC_* constants (WordPress.org plugin guidelines on unique prefixes)Requires Plugins: woocommerce header so WordPress 6.5+ enforces the WooCommerce dependency at activation