Drop our module into PrestaShop, paste your API key, and your customers can pay in BTC, TEXITcoin, or stablecoins. Funds settle straight to your wallet — we never touch them.
Module zip becomes available after phase 7 of the rollout — the PHP source is already in our repo. Reach out via contact for early access.
PrestaShop admin → Modules → Module Manager → Upload a module. Pick the nectarpay.zip you downloaded above, then click Install.
Click Configure on the NectarPay module. Paste the API key, Store ID and webhook secret from your NectarPay dashboard.
In the NectarPay dashboard → Webhooks, add https://your-shop.com/index.php?fc=module&module=nectarpay&controller=webhook. This is what marks the order paid on-chain confirmation.
Toggle BTC, TXC and stablecoins independently in the NectarPay dashboard. Chains and confirmation thresholds are set there, not in PrestaShop.
Add a low-priced product to cart, check out, choose 'Pay with crypto', and confirm the shopper returns to the order confirmation page after the on-chain confirmation.
Every checkout writes both IDs so you can jump between systems without guessing:
order_id when the invoice is created, echoed back in every webhook as data.order_id, and shown as the "Order #" column in your NectarPay dashboard's Invoices view — search by it directly.ps_nectarpay_invoice table keyed by cart ID for auditing.Result: from either side — PrestaShop order or NectarPay invoice — you have the other ID one click away.
If your platform speaks REST, we can plug in. WooCommerce is already live; Magento and OpenCart are the same story as PrestaShop — a small PHP module that hits our invoice API. Talk to us and we'll ship one.