- Ryan Dao
- Frank Mullenger
- Jeremy Shipman
- SilverStripe 3.0
- SilverStripe Payment
This module provides PayPal payment support for the SilverStripe Payment module.
Add to mysite/_config:
PayPalGateway:
dev: // to be added only if Sandbox is used
url:
'https://api-3t.sandbox.paypal.com/nvp'
authentication:
username:
password:
signature:
live:
url:
'https://api-3t.paypal.com/nvp'
authentication:
username:
password:
signature:
To get PayPal Sandbox test accounts, follow the PayPal documentation. **Note: If you have "Bad request" problem with PayPal, try to empty the browser cache and cookies.