$ 60.45
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
eCommerce (website_sale)
• Discuss (mail) • Website (website) • Invoicing (account) |
| Lines of code | 410 |
| Technical Name |
oe_payment_fiserv |
| License | OPL-1 |
| Website | https://odooerp.ae |
| Versions | 17.0 18.0 19.0 |
Key Features
Accept card payments on Odoo eCommerce via Fiserv Commerce Checkouts API with secure hosted checkout and HMAC-signed server calls
Fiserv Commerce Checkouts API
Integrates the Fiserv Developer Studio / IPG EMEA REST Checkouts API into Odoo's standard payment framework.
Hosted checkout (PCI-friendly)
Buyers pay on Fiserv's hosted page â card data never touches Odoo, reducing PCI scope for your store.
API Key + Secret authentication
Uses Store ID, API Key, and API Secret from portal.fiserv.dev â not the legacy shared-secret HPP flow.
HMAC Message-Signature
Every server-to-server REST call is signed with Message-Signature. The API Secret is never sent to the browser.
Website eCommerce checkout
Publish the provider to show Fiserv as a payment option on your Odoo website checkout and payment pages.
Redirect return finalisation
After payment, Fiserv redirects the buyer back to Odoo. The module fetches the authoritative result via signed GET /checkouts/{id}.
Webhook backup notifications
Asynchronous notifications are accepted at /payment/fiserv/webhook as a backup to the buyer-return finalisation path.
Multi-currency support
Supports ~40 currencies (AED, USD, EUR, GBP, SAR, QAR, KWD and more). The Fiserv store must also be enabled for each currency.
Sandbox and production
Switch between Sandbox and Production environments. Set provider state to Test or Enabled accordingly.
Fiserv Commerce provider credentials
Fiserv option at website checkout
Fiserv hosted checkout page
Payment transaction confirmed in Odoo
User guide
Install the module, configure your Fiserv Commerce credentials, publish the provider, and accept card payments via Fiserv's hosted checkout on your Odoo website.
1. Install the module
- Open Apps, remove the Apps filter, and search Payment Provider: Fiserv Commerce (Checkouts API).
- Click Install. The module depends on payment and website_sale.
- If an older Fiserv module with code fiserv was installed, uninstall it and restart Odoo first.
2. Obtain Fiserv API credentials
- Log in to portal.fiserv.dev (Developer Studio).
- Create or open an API key with authentication type STORE_ID and Checkouts API enabled.
- Note your Store ID, API Key, and API Secret.
3. Configure the payment provider
- Go to Accounting > Configuration > Payment Providers > Fiserv Commerce.
- Enter Store ID, API Key, API Secret, and select Sandbox or Production.
- Set State to Test (sandbox) or Enabled (production) and Publish the provider.
4. Test a website payment
- Place a test order on your website and proceed to checkout.
- Select Fiserv Commerce and click Pay.
- Odoo creates the checkout server-side and redirects the buyer to Fiserv's hosted page.
- Complete payment on Fiserv â you are returned to Odoo and the transaction is finalised.
5. Payment flow overview
- Pay → Odoo posts to /payment/fiserv/redirect → signed POST /checkouts → buyer pays on Fiserv.
- Fiserv returns to /payment/fiserv/return → Odoo calls signed GET /checkouts/{id} for the authoritative result.
- Optional async notifications arrive at /payment/fiserv/webhook.
- See MANUAL_TESTING.md in the module for a step-by-step sandbox test.
Frequently Asked Questions
1. Is this the legacy Fiserv HPP / shared-secret integration?
2. Does card data pass through Odoo?
3. Which credentials do I need?
4. Which currencies are supported?
5. Are refunds and tokenization supported?
6. Are there any third-party dependencies?
7. Is it compatible with Odoo 19?
Module Support & SLA
Standard response time (SLA) for support queries is typically 1 to 2 working days.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
eCommerce (website_sale)
• Discuss (mail) • Website (website) • Invoicing (account) |
| Lines of code | 410 |
| Technical Name |
oe_payment_fiserv |
| License | OPL-1 |
| Website | https://odooerp.ae |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module