PrestaShop 8.0 – 8.2 · Open gateway integrations

Crypto checkout for PrestaShop 8.2 — no middleman touching your money.

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.

1

Install the module

PrestaShop admin → Modules → Module Manager → Upload a module. Pick the nectarpay.zip you downloaded above, then click Install.

2

Paste your API key

Click Configure on the NectarPay module. Paste the API key, Store ID and webhook secret from your NectarPay dashboard.

3

Point the webhook back at your shop

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.

4

Enable the methods you want

Toggle BTC, TXC and stablecoins independently in the NectarPay dashboard. Chains and confirmation thresholds are set there, not in PrestaShop.

5

Test with a real order

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.

Matching transactions

Every checkout writes both IDs so you can jump between systems without guessing:

Result: from either side — PrestaShop order or NectarPay invoice — you have the other ID one click away.

Compatibility

On other platforms

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.