Native iDEAL bank-select & Bancontact QR checkout for Benelux Odoo stores. PSP-agnostic, webhook-reconciled, refund-ready. Built to order. One-time license from $199.00 USD for Odoo 17, 18, 19 — includes 12 months of updates and support.

Native iDEAL bank-select & Bancontact QR checkout for Benelux Odoo stores. PSP-agnostic, webhook-reconciled, refund-ready. Built to order.
No payment now. This sends a quote request to our team — we'll follow up by email with pricing and next steps.
Dutch and Belgian shoppers overwhelmingly expect to pay with iDEAL and Bancontact — and if your Odoo store only offers cards, you leak conversions at the exact moment of purchase. ECOSIRE builds you a first-class, native Odoo payment provider that adds an iDEAL issuing-bank selector and a Bancontact bank-redirect / QR flow directly into your eCommerce and Sales checkout, wired to the PSP you already use.
Native Odoo payment.provider extension exposing iDEAL and Bancontact as first-class checkout methods, not a bolt-on iframe
iDEAL issuing-bank selector rendered at checkout so shoppers pick their bank (ING, Rabobank, ABN AMRO, etc.) before redirect
Bancontact bank-redirect and QR-code flow for Belgian shoppers, including mobile-app scan-to-pay
PSP-agnostic provider config — plug in Mollie, Stripe, Adyen, Buckaroo, MultiSafepay or another acquirer via credential mapping
Hardened webhook controller with signature/HMAC verification and idempotency to prevent double-processing of retried callbacks
Reliable reconciliation: payment.transaction is confirmed and the sale order/invoice marked paid only on settled webhook status, never on browser redirect
This is a build-to-order engagement, not a generic apps.odoo.com download. We scaffold a proper Odoo module — a clean __manifest__.py declaring dependencies on payment, website_sale and account; a payment.provider extension (models.Model inheriting the core provider) plus a payment.method for iDEAL and Bancontact; and a payment.transaction subclass that handles the redirect handshake and the asynchronous status callback. Amounts, currency and the customer's chosen issuing bank flow through the standard Odoo payment abstraction, so nothing about your existing quotations, sale orders or invoices changes.
Because iDEAL and Bancontact are bank-redirect methods, correctness lives in the webhook. We implement a hardened controller that receives your PSP's asynchronous notification, verifies the signature/HMAC, is idempotent against duplicate deliveries, and reconciles the transaction back to the sale order and invoice — flipping the order to paid only on a confirmed settlement, never on the browser redirect alone. That closes the classic gap where a shopper closes the tab mid-redirect and the order is left in limbo.
The provider is PSP-agnostic by design. Whether you settle through Mollie, Stripe, Adyen, Buckaroo, MultiSafepay or another Benelux acquirer, we map your credentials, endpoints and method identifiers into a single Odoo provider configuration with clean test/live toggles — so you are never locked to one gateway. EUR localization, correct Dutch/Flemish/French labelling, VAT-consistent amounts and Benelux-appropriate checkout copy are handled as part of the build.
Everything ships the Odoo way: access controlled via ir.model.access.csv and record rules so only Billing/Accounting roles touch provider secrets; configuration exposed through standard Settings views (XML/OWL) rather than code edits; QWeb-rendered payment status on the order and portal; automated actions to chase or auto-cancel stale pending transactions; and optional XML-RPC/JSON-RPC hooks so back-office or headless systems can read transaction state. It runs on Odoo Community or Enterprise and we deliver against your exact version — 17, 18 or 19.
ECOSIRE builds it, installs it on your server or Odoo.sh, tests real bank-redirect and refund flows in sandbox and production, hands over documentation and training, and stands behind it with a support window. Typical delivery is 2–4 weeks depending on your PSP and edge cases.
Runs an Odoo website_sale store selling to Dutch customers and is losing checkout conversions because iDEAL — the method most NL shoppers default to — isn't offered natively. Wants the bank selector inline, not a clunky redirect afterthought.
Sells across web and POS in Belgium and needs Bancontact (bank redirect plus mobile QR) as a proper Odoo payment method, with paid orders reconciled automatically into accounting so finance isn't matching payments by hand.
Owns reconciliation and month-end close. Needs settled-only confirmation, reliable webhook matching to invoices, refund support via credit notes, and role-restricted access to PSP secrets — with a clear audit trail.
Has an existing Odoo deployment and a preferred PSP but no time to build and harden a compliant bank-redirect provider. Wants a clean, upgrade-safe module they can read, own and extend rather than a black-box app.
Buy the license on ecosire.com and download the iDEAL & Bancontact Local Checkout for Odoo module ZIP from your account dashboard.
Extract the ZIP into your Odoo custom addons folder on the server (or upload via Apps > Install from file on Odoo.sh / runbot).
Activate Developer Mode, open Apps, click Update Apps List, search for iDEAL & Bancontact Local Checkout for Odoo, and press Install.
Open the new menu, paste your ECOSIRE license key, connect any external credentials (Shopify, Amazon, Stripe, etc.), and save.
Run the built-in connection test, sync your first 10 records, and schedule the recurring cron. Contact support if anything fails.
| Criterion | ECOSIRE | Custom Build | Competitor | Odoo Native |
|---|---|---|---|---|
| Native iDEAL bank selector + Bancontact QR in Odoo checkout | ||||
| PSP-agnostic (Mollie/Stripe/Adyen/Buckaroo/MultiSafepay) | ||||
| Hardened, idempotent webhook reconciliation to SO/invoice | ||||
| Refund support via Odoo credit notes | ||||
| Built, installed & tested for your exact Odoo 17/18/19 env | ||||
| Role-restricted secrets (ir.model.access.csv + record rules) | ||||
| Documentation, training & post-launch support window | ||||
| You own upgrade-safe source code, no vendor lock-in |
This is a build-to-order engagement, not an instant apps.odoo.com download. After purchase we confirm your Odoo version, PSP and requirements, then build, install and test the module. Typical delivery is 2–4 weeks depending on your acquirer and any edge cases (multi-company, POS, custom checkout). You get a scoped timeline at kickoff and a working, validated provider on your own environment — not a zip you have to integrate yourself.
Every build includes a post-launch support window covering defect fixes and questions about operating the module. During that window we also verify the provider against your Odoo minor upgrades so a point release doesn't break checkout. When the window ends you can extend with a support/maintenance plan, or simply keep the source — you own the code and can maintain it yourself or with any Odoo partner.
The module is PSP-agnostic. We integrate with the Benelux-capable acquirer you already use — Mollie, Stripe, Adyen, Buckaroo, MultiSafepay and others are all supported. You keep your merchant contract and pricing directly with the PSP; we build the Odoo provider that talks to them. If you haven't chosen a PSP yet, we'll advise on options during scoping.
Yes. We deliver against your exact major version — 17, 18 or 19 — and the module runs on both Community and Enterprise editions since it builds on the core payment framework present in both. Tell us your version at kickoff and that's the target we build, test and hand over.
Correctly. The sale order is only marked paid when your PSP's webhook confirms a settled transaction — never on the browser redirect. If a shopper closes the tab mid-payment, the transaction stays pending and an automated action can re-poll or auto-cancel it after a timeout, so your order pipeline and reconciliation stay clean instead of stranding phantom paid orders.
Yes. Refunds are wired to Odoo credit notes — you trigger a full or partial refund from the transaction and it's pushed to the PSP. Incoming payments are reconciled by the webhook controller back to the originating sale order and invoice, with idempotent handling so retried callbacks don't double-post. All transaction states are logged for audit and dispute purposes.
We build on the standard Odoo payment abstraction (payment.provider / payment.method / payment.transaction) and avoid brittle core overrides, which keeps the module upgrade-safe. The included support window covers a compatibility check against your minor upgrades, and because you hold the source, any Odoo developer can adapt it for a future major-version migration.
Native iDEAL bank-select & Bancontact QR checkout for Benelux Odoo stores. PSP-agnostic, webhook-reconciled, refund-ready. Built to order.