| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
| Lines of code | 817 |
| Technical Name |
authipay |
| License | OPL-1 |
| Website | https://sjr.ie |
| Versions | 18.0 19.0 |
Payment Provider: Authipay
This module adds Authipay (AIB Merchant Services) as a payment provider in Odoo 19. Authipay Connect is a hosted payment page solution for Ireland, UK and GB, similar in architecture to Odoo's built-in Stripe Connect. Customers are redirected to Authipay's SSL-encrypted page to enter card details; your Odoo instance never handles card data, helping with PCI DSS compliance.
Features
- Hosted payment page (FullPay mode) — Authipay collects payment and billing data; Odoo pre-fills billing fields so the customer can review and confirm.
- Test and live environments — Sandbox (test.ipg-online.com) or live gateway (www.ipg-online.com) via provider state.
- SHA1 request and response hashes — All requests and notifications are signed and verified with your shared secret.
- Server-to-server notifications — Authipay POSTs to your notification URL before redirecting the customer; transaction status is updated from this notification.
- Payment methods: Card, Visa, Mastercard, Amex (configurable).
- Multiple currencies — EUR, GBP, USD, CHF, AUD, CAD, and more (see Authipay documentation).
- 3D Secure — Pending 3DS flows are supported; gateway may send a later notification when the outcome is known.
Not supported (by design): Tokenization (stored payment methods) and express checkout are not supported; each transaction is a one-off payment.
Installation
-
Copy the
authipayfolder to your Odoo addons directory. - Update the apps list in Odoo (Settings → Apps → Update Apps List).
- Search for "Payment Provider: Authipay" or "Authipay" and install.
Dependency: Requires the standard Odoo
payment module (Accounting → Payment Providers).
Configuration
- Go to Accounting → Configuration → Payment Providers (or Settings → Payment Providers).
- Create or edit a provider and choose Authipay.
- Enter your Store Name (Merchant ID) and Shared Secret from AIB Merchant Services. Keep the shared secret confidential.
- Set the provider to Test for the Authipay sandbox or Enabled for live payments.
- Optionally adjust payment methods (card, visa, mastercard, amex) and allowed countries (e.g. Ireland, United Kingdom).
Usage
Once the provider is configured and enabled:
- 1Customers choose Authipay at checkout and are redirected to Authipay's hosted payment page.
- 2They enter card details and billing information (pre-filled from the order when available).
- 3After payment, Authipay redirects the customer back to your Odoo Payment status page and sends a server-to-server notification to confirm the transaction.
- 4The sale order is updated automatically (paid / failed / pending) based on Authipay's response.
Technical Notes
-
Gateway URLs: Test —
https://test.ipg-online.com/connect/gateway/processing; Live —https://www.ipg-online.com/connect/gateway/processing. - Request hash: SHA1 of the hex-encoded concatenation of storename, txndatetime, chargetotal, currency, and shared secret (per Authipay Connect Integration Guide).
- Response / notification: response_hash and notification_hash are verified; txndatetime, chargetotal and currency are cross-checked against the stored transaction to prevent tampering and replay.
-
Routes: Return URL
/payment/authipay/return; notification URL/payment/authipay/notify.
Support
For Authipay gateway support, documentation, and merchant account setup, contact AIB Merchant Services or your local Authipay support team.
For issues with this Odoo module, open an issue in the project repository or contact the maintainers.
Credits
Based on Odoo's standard payment provider architecture (e.g. Stripe Connect). Authipay Connect integration follows the official Authipay Connect Integration Guide (hosted payment page, FullPay mode, SHA1 hashing).
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
| Lines of code | 817 |
| Technical Name |
authipay |
| License | OPL-1 |
| Website | https://sjr.ie |
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