Plugins
Ready Plugins
Use ready plugin patterns for popular commerce, billing and CRM platforms.
WooCommerceOdooShopify
Ready plugins
NeroPay can be integrated into common commerce, billing and CRM platforms. The recommended plugin architecture is the same for each platform: create a NeroPay payment from the platform order, redirect or show the checkout, process webhook confirmation and update the order.
| Plugin/platform | Best endpoint | Use case |
|---|---|---|
| WooCommerce | POST /payments or POST /payment-intents | WordPress checkout and order payment. |
| Odoo | POST /payment-intents | Odoo website, eCommerce and invoices. |
| Shopify | POST /payment-links or POST /payments | Payment links or external checkout flows. |
| Magento / Adobe Commerce | POST /payments | Hosted checkout from quote/order. |
| OpenCart | POST /payments | Checkout module. |
| PrestaShop | POST /payments | Checkout module. |
| WHMCS | POST /payment-links | Invoice payment link. |
| Perfex CRM | POST /payment-links | Invoice and CRM payment workflows. |
| Custom PHP / Laravel | Any endpoint | Full custom integration. |
Generic plugin flow
- Merchant enters public and secret keys in the plugin settings.
- Plugin creates a NeroPay payment when an order or invoice is created.
- Customer is redirected to checkout or the payment link is shown.
- Webhook confirms payment and updates the platform order.
- Admin can refund or reconcile from NeroPay transaction id.