/silverstripe-payment-paypal

Repository for Silverstripe PayPal Payment

Primary LanguagePHP

PayPal Payment

Maintainer Contacts


  • Ryan Dao
  • Frank Mullenger
  • Jeremy Shipman

Requirements


  • SilverStripe 3.0
  • SilverStripe Payment

Documentation


Usage Overview

This module provides PayPal payment support for the SilverStripe Payment module.

Installation guide

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.