This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version.
PayPal¶
Enabling PayPal Express Checkout¶
PayPal Express Checkout payment requires the third-party JMSPaymentPaypalBundle
library.
The library's fork is available at the following location.
Make sure that you are using the latest version v2.0.0.
1 2 |
|
See How to get the API credentials to learn where you can find the values for the JMSPaymentPaypalBundle
configuration in the PayPal merchant's administration.
Additionally, you must activate SisoPaypalPaymentBundle
in the kernel, and include the routes:
1 2 3 4 |
|
1 2 |
|
Getting API credentials¶
Provide your PayPal API credentials in configuration:
1 2 3 4 5 |
|