Giter Club home page Giter Club logo

cakephp-paypal's Introduction

Paypal Website Payments Pro Component for CakePHP 2.0.X

Requirements

  • CakePHP 2.0.X
  • A PayPal Website Payments Pro account
  • A API username, password and signature (From PayPal -> Profile -> API Settings -> Signature)
  • A valid SSL certificate

This component can handle two type of PayPal transaction, Express Checkout and Direct Payment.

Express Checkout

https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_WPGettingStarted

First, set some basic information about the transaction you want to perform, amount, currency etc. and call Paypal::expressCheckout().

The user is redirected to PayPal where they log in, they are then redirected back to your site (to the return URL).

You can then use Paypal::getExpressCheckoutDetails() to fetch basic customer information, their billing address etc.

If they are happy and want to proceed with purchase, call Paypal::doExpressCheckoutPayment() which then completes the payment.

Direct Payment

https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_WPDirectPayment

The customer enters their billing information on your website (SSL required) and you use this to call Paypal::doDirectPayment() which will attempt to bill their card.

Notes

Do not store credit card numbers, CVV numbers etc. in your database, sessions, cookies.

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.