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.
现在无需付款。此操作会向我们的团队发送报价请求——我们会通过邮件跟进价格和后续步骤。
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.
在 ecosire.com 上购买许可证并从您的帐户仪表板下载 JazzCash Payment Gateway for Odoo 模块 ZIP。
将 ZIP 解压到服务器上的 Odoo 自定义插件文件夹中(或通过“应用程序”>“从 Odoo.sh / runbot 上的文件安装”上传)。
激活开发者模式,打开应用程序,单击更新应用程序列表,搜索 JazzCash Payment Gateway for Odoo,然后按安装。
打开新菜单,粘贴您的 ECOSIRE 许可证密钥,连接任何外部凭据(Shopify、Amazon、Stripe 等),然后保存。
运行内置连接测试,同步前 10 条记录,并安排定期 cron。如果出现任何问题,请联系支持人员。
| 标准 | 伊科西尔 | 定制建造 | 竞争对手 | 奥杜本机 |
|---|---|---|---|---|
| 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.