Skip to content

ryandao/silverstripe-payment-paypal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Repository for Silverstripe PayPal Payment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages