2017 © Pedro Peláez
 

project payum-paybox

Paybox extension for Payum

image

marem/payum-paybox

Paybox extension for Payum

  • Thursday, January 12, 2017
  • by remyma
  • Repository
  • 4 Watchers
  • 3 Stars
  • 1,491 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Paybox extension for payum

This plugin is a payum extension to provide payment gateways for paybox payment system. The plugin has been generated thanks to the payum composer Skeleton., (*1)

For now, only Paybox system is supported. There is no gateway for paybox direct., (*2)

How paybox system works, (*3)

Integration

Test client

The client directory contains sample scripts to illustrate how the plugin should work. Use a php server to serve prepare.php and it will guide you through a sample payment., (*4)

The client directory contains 4 scripts : * config.php * prepare.php * capture.php * done.php, (*5)

config

Here you can provide you customer details provided by paybox : * site * rang * identifiant * hmac, (*6)

Please refer to paybox documentation to know more about these params. You can also configure sandbox option : if true, payment will be done in test environment., (*7)

prepare

This script contains the payment details : order number, currency, amount, ... Please refer to paybox documentation to know more about these details and the values you can set., (*8)

capture

This script launch the payment capture. With paybox system, capture is done on paybox website. So the capture action redirect the customer on paybox website where he has to provide his payment details (card number, ...). After payment details are submitted on paybox site, capture is done and user is redirected on done.php, (*9)

done

This scripts acts as a payment confirmation. In this sample we just print payment details in json format., (*10)

Integrate in your project

TODO, (*11)

Documentation

Resources

License

Payum-paybox is released under the MIT License., (*12)

The Versions

12/01 2017

dev-master

9999999-dev https://github.com/remyma/payum-paybox

Paybox extension for Payum

  Sources   Download

MIT

The Requires

 

The Development Requires

payment payum paybox

17/05 2016

dev-feature-upgrade-core

dev-feature-upgrade-core https://github.com/remyma/payum-paybox

Paybox extension for Payum

  Sources   Download

MIT

The Requires