Git Product home page Git Product logo

silverstripe-payment-paypal's Introduction

# Paypal Payment Type

Paypal payment type for the SilverStripe payment module.

## Testing setup:

You will need a PayPal sandbox account, along with merchant and customer test accounts,
which can be set up by following this guide: https://developer.paypal.com/en_US/pdf/PP_Sandbox_UserGuide.pdf

How to set up your paypal account:

 * Set up a paypal merchant account
 * Log in
 * Visit 'My Account' > 'Profile' > 'My selling tools'
 * Click API Access 'update' link
 * Click option 2 : 'Request API credentials'
 * Choose 'Request API signature', and click 'Agree and Submit'
 * Enter these details into your mysite/_config.php file with either the set_config_details or set_test_config_details functions

Add the following to your mysite/_config.php, and populate values with the appropriate information from your Paypal account:

		if(Director::isDev() || Director::isTest()){
			PayPalExpressCheckoutPayment::set_test_config("TestPaypalAPIUsername","TestPaypalAPIPassword","TestPaypalSignature");
		}elseif(Director::isLive()){
			PayPalExpressCheckoutPayment::set_live_config("PaypalAPIUsername","PaypalAPIPassword","PaypalSignature");
		}

## Troubleshooting

 * If you get the message "PayPal could not be contacted" , check your debug.log file, found in the root of your site.
 This will contain debugging information.
 * you must be logged into sandbox to process a test payment.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.