Git Product home page Git Product logo

vads-payment-php's Introduction

PayZen VADS payment exemple - PHP

Build Status

Introduction

The code presented here is a demonstration of the implementation of the VADS PayZen payment system, aimed to ease its use and learning.

Contents

  • payzenFormToolBox.php, the core file, defining an utility class encapsulating all the PayZen logics of this example

Example

  • config/config.php, a centralized configuration and initialisation file
  • return/form-return.php, the file for the return URL after payment
  • return/ipn-return.php, a minimal implementation of the IPN callback (notification must be turned on in the back-office with the correct URL)

The first use

  1. Place the files on the same directory, under the root of your web-server
  2. In config/config.php, replace the occurences of [***CHANGE-ME***] by the actual values of your PayZen account
  3. Access index.html from your browser.
  4. Follow the PayZen indications to perform the payment

The next steps

You will also find here the instructions on how to plug the toolbox logging process to your own logging mechanism, how to override the IPN and RETURN URL defined for your PayZen account, and finally, you can change the TEST parameter to PRODUCTION to switch to real payment mode, with all the caution this decision expects.

Note

vads-payment-php's People

Contributors

moabi avatar

Stargazers

 avatar

Watchers

James Cloos 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.