Build-to-order PhonePe payment provider for Odoo — UPI intent, cards, netbanking, X-VERIFY signing, webhook reconciliation & refunds in INR. One-time license from $249.00 USD for Odoo 17, 18, 19 — includes 12 months of updates and support.

Build-to-order PhonePe payment provider for Odoo — UPI intent, cards, netbanking, X-VERIFY signing, webhook reconciliation & refunds in INR.
No payment now. This sends a quote request to our team — we'll follow up by email with pricing and next steps.
Registers a dedicated PhonePe payment.provider in Odoo's native payment framework, appearing alongside your other providers in Website eCommerce checkout and the invoice payment flow
PhonePe hosted-page redirect for desktop plus UPI intent deep-linking on mobile, dropping shoppers directly into their PhonePe/UPI app to approve the payment
X-VERIFY request and response signing (SHA-256 + salt index) computed server-side so no checksum secret ever reaches the browser
Server-to-server status-check reconciliation: after redirect return, Odoo polls PhonePe's status API to confirm the authoritative transaction state before marking an order paid
Signed webhook controller route that independently confirms captured payments, so orders reconcile even if the customer abandons the return redirect
Full refund and partial refund support triggered from Odoo, mapped back to the originating payment.transaction with PhonePe refund status tracking
PhonePe is one of India's most-used payment apps, yet Odoo ships with no native PhonePe payment provider. This ECOSIRE build-to-order module closes that gap. We design, build, install and support a first-class PhonePe integration that plugs into Odoo's payment framework — so your shoppers pay with UPI intent, UPI collect, cards, and netbanking without ever leaving your storefront's checkout flow.
This is not an off-the-shelf apps.odoo.com download. ECOSIRE engineers the module against your exact Odoo version (17, 18 or 19), your Community or Enterprise edition, your INR configuration, and your PhonePe merchant credentials, then hand it over installed and reconciled. Typical delivery is 2–4 weeks from the day we receive your PhonePe API keys and access to a staging database.
The module registers a new PhonePe payment.provider record with its own payment.transaction handling. At checkout, Odoo builds a signed pay request, computes the X-VERIFY SHA-256 checksum with your salt key and salt index, and redirects the customer to the PhonePe hosted page — or fires a UPI intent deep-link on mobile so the shopper is dropped straight into their PhonePe/UPI app. On return, a QWeb-rendered controller route validates the response signature, and an authenticated server-to-server status check call plus the webhook confirm the true transaction state before Odoo marks the order paid. That double confirmation (webhook + polled status check) is what keeps your sales orders reconciled even when a customer closes the browser mid-redirect.
Everything is wired the Odoo way: models extend models.Model, computed fields use @api.depends, access is locked down with ir.model.access.csv and record rules, admin screens are standard XML/OWL views, and every credential (merchant ID, salt key, salt index) is stored on the provider record — never hard-coded. You keep full source, so your team or ours can extend it later.
We localize the whole flow for INR: currency rounding, GST-ready invoice linkage, refund handling from the Odoo sales/accounting side, and clear failure messaging for declined UPI collect requests. Sandbox-first delivery means we prove every path — success, pending, failure, timeout, partial refund — on PhonePe's UAT environment before we ever touch your production keys.
You get a payment provider you own, on the Odoo version you run, supported by the team that built it.
Runs an Odoo Website storefront selling in INR and wants shoppers to pay with the PhonePe/UPI app they already use, without bouncing to a third-party checkout. Needs one-tap UPI intent on mobile to cut cart abandonment.
Owns reconciliation and refunds. Cares that every PhonePe payment is confirmed via webhook plus status check so the sales order and invoice never drift, and that refunds can be issued from inside Odoo with an audit trail.
Manages the Odoo instance and version upgrades. Wants clean, owned source built the Odoo way (proper provider model, security rules, no hard-coded secrets) that survives a 17→18→19 upgrade and can be extended in-house.
Buy the license on ecosire.com and download the PhonePe 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 PhonePe 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 |
|---|---|---|---|---|
| PhonePe support on Odoo (UPI, cards, netbanking) | ||||
| Webhook + status-check reconciliation (survives abandoned redirect) | ||||
| UPI intent deep-link on mobile | ||||
| Full + partial refunds from inside Odoo | ||||
| Built for your exact Odoo 17/18/19 version & edition | ||||
| You own the source and can extend it | ||||
| X-VERIFY signing handled securely server-side | ||||
| Vendor builds, installs, trains & supports it |
This is a build-to-order module, not an instant download. Typical delivery is 2–4 weeks from the day we receive your PhonePe merchant credentials (merchant ID, salt key, salt index) and access to a staging database. We build and prove every payment path on PhonePe's sandbox first, then cut over to your production keys. Simpler single-storefront setups land closer to two weeks; multi-website or heavily customized checkouts trend toward four.
Every engagement includes a defined post-launch support window for bug fixes and configuration help through a dedicated channel. Because you receive full source, your team can also maintain or extend it. When you upgrade Odoo (for example 18 to 19), we can re-certify or port the module under a separate scope so it keeps working across versions. We can also arrange an ongoing support and update retainer if you'd prefer us to own maintenance long-term.
It works on both. The module is built on Odoo's core payment framework, which exists in Community and Enterprise alike, and we support Odoo 17, 18 and 19. We build against your exact version and edition and certify it there before handover.
We use two independent confirmations. A signed PhonePe webhook notifies Odoo when a payment is captured, and a server-to-server status-check call polls the authoritative transaction state. Odoo only marks the order paid once these confirm, and handling is idempotent (keyed on the merchant transaction ID) so a webhook-and-status-check race can never double-confirm. This is what keeps orders reconciled even on abandoned redirects.
Yes. The X-VERIFY SHA-256 checksum is computed entirely server-side inside Odoo — your salt key and salt index never reach the browser. Credentials are stored on the payment.provider record with access restricted via ir.model.access.csv and record rules, so only payment admins can view them. Nothing is hard-coded in source.
Yes. Refunds are triggered from the Odoo sales/accounting side and mapped back to the originating PhonePe transaction, with both full and partial refunds supported and their PhonePe refund status tracked on the transaction record. Your finance team gets a clean audit trail without logging into a separate dashboard.
Optionally, yes. We can expose transaction status over Odoo's XML-RPC / JSON-RPC API so an external dashboard, ERP, or reconciliation tool can query payment state programmatically. That's scoped as an add-on depending on your integration needs.
Build-to-order PhonePe payment provider for Odoo — UPI intent, cards, netbanking, X-VERIFY signing, webhook reconciliation & refunds in INR.