Skip to Content
Menu

Paypal Card Provider

by
Odoo

316.66

v 18.0 Third Party 5
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
eCommerce (website_sale)
Discuss (mail)
Website (website)
Community Apps Dependencies
Lines of code 1394
Technical Name payment_advance_paypal_provider
LicenseOPL-1
Versions 14.0 15.0 16.0 17.0 18.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
eCommerce (website_sale)
Discuss (mail)
Website (website)
Community Apps Dependencies
Lines of code 1394
Technical Name payment_advance_paypal_provider
LicenseOPL-1
Versions 14.0 15.0 16.0 17.0 18.0

This app will add a 'Card' payment method for Paypal provider, this allow customer can make payment by their card from Odoo checkout.
Accept Payments in Odoo eCommerce / Sales Order / Invoice with Paypal Online Payment Gateway.

Setup Paypal Payment:


- Enbale Payment method card.

Go to Paypal Developer and get Credentials information

Copy and paste Client ID, Secret Key and Primary Email to Credentials on Odoo.

List features:

It has all the features similar to the Square payment gateway. Please refer to the link below.

https://apps.odoo.com/apps/modules/17.0/payment_square_provider/

1. Allow customer input customer card for payment from checkout page, quotation portal, invoice portal and payment link.
From Checkout Page

From Quotation Portal

From Payment Link
From Invoice Portal


2. Add extra fees for Paypal payment.

Add fee amount on pay form.

Add a payment fee line on the sale order automatically.

Add a payment fee line on invoice automatically, after invoice is confirmed.


3. Save payment token from checkout page and portal.

- Save customer card from portal.

4. Multiple refund from backend.
- Auto create credit note after refund



Email Support: huynh.giang.son.gs@gmail.com

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

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
There are no ratings yet!
Error when processing refund
by
Elliott Bristow
on 9/4/25, 4:02 AM

We hit an error when processing a refund using the 18.0 version of this module, where the code finds multiple payment_method_line_ids on line 89 of advance_paypal_refund.py

This can be fixed by changing from using a filter to getting the payment method line directly:

payment_method_line = self.account_payment_id.payment_method_line_id

Re: Error when processing refund
by
huynh.giang.son.gs@gmail.com
on 9/4/25, 4:19 AM Author

Hi Elliott, 

Thank you for your report,

Can you please send me an email to huynh.giang.son.gs@gmail.com. 

I will check and get back to you soon.

Regards,

Sonny