Git Product home page Git Product logo

elgg-payments_paypal_api's Introduction

PayPal API Payments for Elgg

Elgg 2.3

Features

  • API for handling payments via PayPal API

Acknowledgements

Notes

Example

See actions/payments/checkout/paypal.php for usage example.

Payment Status

You can use 'transaction:<status>', 'payments' hooks to apply additional logic upon payment status changes. Note that not all payment are synchronous, e.g. e-Check payments might take a while to clear.

Web hook events

Make sure to setup webhook via plugin settings. Web hook event data signature is validated for all requests to payments/paypal/api/webhook Web hook event data can be digested with 'digest:webhook', 'paypal_api' plugin hook that receives an instance of \PayPal\API\WebhookEvent as $params['webhook_event']

SSL

  • Your site must be served over HTTPS for the API requests and webhooks to work as expected

App Credentials

  • Login to https://developer.paypal.com
  • Create a new REST API app
  • Enter Sandbox and Live Credentials in Plugin Settings
  • You can switch to Live (production) mode in payments plugin settings
  • Once you have configured your credentials, setup Webhooks using the buttons in the plugin settings

Testing

To start making test payments:

  • Go to your dashboard at https://developer.paypal.com
  • Create a new sandbox account via Sandbox > Accounts > Create account
  • Use sandbox account credentials during checkout

Logs

  • Logs are enabled and located in the root of the data directory

elgg-payments_paypal_api's People

Contributors

hypejunction avatar

Watchers

 avatar  avatar

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.