chameleon-system/paypal-checkout-bundle

This package is abandoned and no longer maintained. The author suggests using the chameleon-system-private/paypal-checkout-bundle package instead.

7.1.8 2023-06-28 14:40 UTC

README

Setup

  • add bundle to AppBundle configuration
  • configure client id and password in backend payment configuration
  • add the payment group to your configured shipping methods as valid payment type
  • update your data protection text and add Paypal (only used in order process)
  • add Paypal to your consent provider configuration as technical necessary

Disabling Payment Methods

To disable certain payment methods in the Paypal Checkout API, you can set the 'disable-funding' parameter in the backend settings for Paypal Checkout.
The available options for the 'disable-funding' parameter value are:

  • credit: Disables payment with credit cards.
  • card: Disables payment with all types of cards, including credit cards and debit cards.
  • paylater: Pay Later (US, UK), Pay in 4 (AU), 4X PayPal (France), Später Bezahlen (Germany)
  • bancontact: Bancontact
  • blik: BLIK
  • eps: eps
  • giropay: giropay
  • ideal: iDEAL
  • mercadopago: Mercado Pago
  • mybank: MyBank
  • p24: Przelewy24
  • sepa: SEPA-Lastschrift
  • sofort: Sofort
  • venmo: Venmo

Please note that the available options for the 'disable-funding' parameter value may vary depending on the country and currency.

Helpful Paypal Documentation and tutorials