Custom-built JazzCash payment provider for Odoo — wallet, card, and voucher with secure-hash verification and automatic invoice reconciliation. One-time license from $249.00 USD for Odoo 17, 18, 19 — includes 12 months of updates and support.

Custom-built JazzCash payment provider for Odoo — wallet, card, and voucher with secure-hash verification and automatic invoice reconciliation.
No payment now. This sends a quote request to our team — we'll follow up by email with pricing and next steps.
JazzCash Payment Gateway for Odoo is a build-to-order payment provider module that ECOSIRE designs, builds, installs, and supports for your specific Odoo instance — it is not an instant download. We register JazzCash as a native payment.provider record so it appears alongside your existing payment methods everywhere Odoo already renders checkout: eCommerce (Website), the Customer Portal invoice-pay flow, Sales quotation online payment, and Subscriptions. Your Pakistani customers pay with their JazzCash Mobile Account, debit/credit card, or JazzCash voucher, and the transaction reconciles straight back into Odoo Accounting.
Registers JazzCash as a native Odoo payment.provider so it appears automatically in Website eCommerce checkout, the Customer Portal, Sales online-payment links, and Subscriptions
Supports all three JazzCash rails — Mobile Account (MWALLET), debit/credit card (Card), and JazzCash Voucher (OTC) — selectable at checkout
HMAC-SHA256 secure-hash signature generation on the outbound payment request and strict signature verification on every inbound response, rejecting tampered or forged callbacks
Dual confirmation: validates both the browser return URL and the server-to-server webhook/IPN, treating the webhook as the authoritative source of truth
Idempotent transaction handler keyed on the JazzCash txn reference so replayed or duplicate callbacks never double-confirm or double-register a payment
Automatic invoice payment registration — a verified 'done' transaction runs Odoo's _set_done/_reconcile_after_done flow to confirm the SO, create the invoice, and post an account.payment against your chosen journal
Under the hood the module is a proper Odoo add-on: a clean __manifest__.py declaring dependencies on payment, account, and website_sale; a payment.provider model extension carrying your JazzCash Merchant ID, Password, and Integrity Salt (stored on the provider record, restricted by ir.model.access.csv and record rules to Payment/Accounting managers, never exposed to portal users); and a payment.transaction extension that owns the full request/verify lifecycle. We implement JazzCash's HMAC-SHA256 secure-hash signature on both the outbound payment request and the inbound response, so no tampered or forged callback can mark a transaction as paid. Confirmation is dual-path: we verify the browser return URL AND the server-to-server webhook (IPN), treating the webhook as the source of truth and making the handler idempotent so a duplicate or replayed callback never double-confirms or double-registers a payment.
On a verified done transaction the module calls Odoo's standard _set_done() / _reconcile_after_done() flow so the sale order confirms and — where the invoicing policy allows — the customer invoice is generated and the payment is registered against it automatically via account.payment, respecting your configured journal. Everything runs in PKR: we map JazzCash's minor-unit amount format, set the currency correctly on the provider, and can encode your gateway fee as an accounting entry or a checkout surcharge line depending on how you want fees to land in your P&L.
Because it is built for your instance, we target your exact Odoo edition and version — Odoo 17, 18, or 19, Community or Enterprise — follow the current OWID/OWL payment-provider architecture for that release, and hand you documented, upgradeable source you own. You get a sandbox-tested integration wired to your real JazzCash merchant credentials, a QWeb-rendered payment status on the portal, and a support window during which we fix defects and adjust to JazzCash API changes. This pairs naturally with our Easypaisa gateway so a single Odoo checkout can offer both of Pakistan's dominant mobile wallets.
Runs an Odoo Website storefront and already accepts Easypaisa but is losing checkouts from JazzCash-first shoppers. Needs JazzCash Mobile Account, card, and voucher as first-class checkout options so customers can pay with the wallet they actually use.
Owns reconciliation in Odoo Accounting and is tired of matching gateway settlements to orders by hand. Wants every verified JazzCash payment to auto-register against the correct invoice and journal, with fees landing correctly in the P&L.
Delivering an Odoo project for a Pakistani client and needs a reliable,署-verified JazzCash provider without building the secure-hash and webhook plumbing from scratch. Wants documented, upgradeable source that follows Odoo's native payment-provider architecture.
Charges recurring or invoice-based fees and needs customers to pay Odoo portal invoices or subscription renewals via JazzCash, with reliable dual-confirmation so paid invoices are never missed or double-counted.
Buy the license on ecosire.com and download the JazzCash Payment Gateway 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 JazzCash Payment Gateway 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 |
|---|---|---|---|---|
| JazzCash wallet + card + voucher in Odoo checkout | All three rails, native payment.provider | Possible but you build each rail yourself | Varies; often wallet-only | |
| HMAC secure-hash signature verification | Only if you implement it correctly | |||
| Dual confirmation (webhook + return URL, idempotent) | Often only return URL, easy to get wrong | |||
| Automatic invoice payment registration to your journal | You wire _reconcile_after_done yourself | |||
| PKR localization and gateway fee mapping | Manual | |||
| Built for your exact Odoo 17/18/19 version and edition | Depends on listing's supported versions | |||
| Documented, upgradeable source you own | Usually obfuscated or license-locked | |||
| Post-launch support + JazzCash API-change fixes | Defined support window included | Your team owns it | Vendor-dependent, often paid |
This is a build-to-order module, not an instant download. Typical lead time is 2 to 4 weeks depending on your Odoo version, edition, and any fee/reconciliation customization. The flow is: kickoff and requirements, we collect your JazzCash merchant credentials and target instance details, we build and test against the JazzCash sandbox, then we install on your instance, run a live low-value verification transaction, and hand over documentation and a walkthrough.
Every build includes a defined post-launch support window during which we fix any defects and adjust the integration to JazzCash API or spec changes at no extra charge. You receive documented, upgradeable source you own, plus guidance on moving the module across Odoo point releases. After the initial window we offer optional ongoing support and version-upgrade retainers.
We build for Odoo 17, 18, and 19, on both Community and Enterprise. We register JazzCash as a native payment.provider following the payment-provider architecture of your specific target release, so it works everywhere Odoo already renders payment — Website eCommerce, the Customer Portal, Sales online payment, and Subscriptions (Subscriptions require Enterprise).
We implement JazzCash's HMAC-SHA256 secure-hash signature on both the outbound request and the inbound response, and we verify that signature on every callback. Confirmation is dual-path — we check the browser return URL and the server-to-server webhook (IPN) — and treat the webhook as the source of truth. The handler is idempotent, keyed on the JazzCash transaction reference, so a replayed or duplicate callback can never double-confirm or double-register a payment.
Yes. On a verified 'done' transaction the module runs Odoo's standard _set_done and _reconcile_after_done flow to confirm the sale order and, where the invoicing policy allows, generate the customer invoice and post an account.payment against the journal you choose. JazzCash gateway fees can be mapped as an accounting entry or a checkout surcharge line so they land correctly in your P&L.
Yes. You need an active JazzCash merchant account with your Merchant ID, Password, and Integrity Salt. We configure those on the Odoo provider record (locked down by security rules so only Payment/Accounting managers can see them), test in the JazzCash sandbox first, then switch to production. We can advise during onboarding but the merchant relationship and settlement remain between you and JazzCash.
Absolutely. Because JazzCash is registered as a standard Odoo payment.provider, it coexists with Easypaisa, cards, bank transfer, and any other provider you have enabled. A single Odoo checkout can present JazzCash and Easypaisa side by side — this pairs directly with our Easypaisa gateway for full Pakistani mobile-wallet coverage.
Custom-built JazzCash payment provider for Odoo — wallet, card, and voucher with secure-hash verification and automatic invoice reconciliation.