| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Accounting (account_accountant)
• Website (website) • eCommerce (website_sale) • Invoicing (account) • Discuss (mail) |
| Lines of code | 430 |
| Technical Name |
nf_liqpay_payment |
| License | OPL-1 |
| Versions | 17.0 18.0 |
Liqpay Integration with Odoo
Liqpay integration provides a seamless way to accept online card payments in Odoo via Liqpay.
Key Features
- New Liqpay Payment Provider & Payment Method
- Redirect to the secure Liqpay checkout page, while Odoo tracks payment status and updates related documents
- Support for the standard Odoo payment flow
- Sandbox support for safe testing before going live
Workflow
While confirming order user can choose Liqpay as a Payment Method & click Pay Now
↓
Right after user will be redirected to Liqpay checkout page to create a payment
↓
After the payment user will be able to download a receipt & return back to website
↓
Related documents in Odoo system will be created. E.g Sale Order, Quotation, Payment
↓
For implementation and support, contact the Netframe team
For a detailed description of Settings, see the Configuration section.
Configuration
Getting Started
To enable Liqpay Payment, configure the following in Odoo:
- Find a Liqpay Provider in Payment Providers list & click on it to proceed to It's form
- In State selection You can choose the following options:
- - Disabled (default): hides payment provider from website
- - Enabled: shows on the website. Select it for Production
- - Test mode: shows on the website. Select it For Testing (available only for unpublished providers) 2
- In fields "Liqpay public key" & "Liqpay private key" You need to insert personal keys from Liqpay account. 3
- Make sure Your Payment Provider is "Published". It will only appear on website as a payment option if it's Published
- In "Configuration" Tab: 1
- You can set maximum amount. Maximum payment amount available for payment provider. If left blank - no restriction is applied 2
- Currencies: Available currencies to pay using provider. Countries: Restricts payments to only those countries chosen. 3
- Liqpay Action: Payment type. As per now the only implemented payment type is Payment 4
- It's also needed to Enable payment methods. To do it - click on "Enable Payment Methods" button
- In window opens mark Liqpay Payment Method as "Active" using toggle button:
- In Messages tab You can choose specific messages for Payment state:
1
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