Odoo18-Base/addons/payment_paypal
2025-03-10 10:52:11 +07:00
..
controllers update 2025-03-10 10:52:11 +07:00
data update 2025-03-10 10:52:11 +07:00
i18n update 2025-03-10 10:52:11 +07:00
models update 2025-03-10 10:52:11 +07:00
static/description update 2025-03-10 10:52:11 +07:00
tests update 2025-03-10 10:52:11 +07:00
views update 2025-03-10 10:52:11 +07:00
__init__.py update 2025-03-10 10:52:11 +07:00
__manifest__.py update 2025-03-10 10:52:11 +07:00
const.py update 2025-03-10 10:52:11 +07:00
README.md update 2025-03-10 10:52:11 +07:00

PayPal

Technical details

API: PayPal Payments Standard

This module integrates PayPal using the generic payment with redirection flow based on form submission provided by the payment module.

Supported features

  • Payment with redirection flow
  • Webhook notifications

Module history

  • 17.0
    • The support for customer fees is removed as it is no longer supported by the payment module. odoo/odoo#132104
  • 16.2
  • 16.1
    • Customer fees are converted into the currency of the payment transaction. odoo/odoo#100156
  • 15.2
    • An HTTP 404 "Forbidden" error is raised instead of a Validation error when the authenticity of the webhook notification cannot be verified. odoo/odoo#81607

Testing instructions

Payments must be made using a separate sandbox account.

Read more at https://developer.paypal.com/tools/sandbox/.