https://github.com/drzraf/wp-paybox
WordPress plugin allowing payment through Paybox (mirror of gitlab.com/drzraf/wp-paybox)
https://github.com/drzraf/wp-paybox
paybox wordpress
Last synced: 2 months ago
JSON representation
WordPress plugin allowing payment through Paybox (mirror of gitlab.com/drzraf/wp-paybox)
- Host: GitHub
- URL: https://github.com/drzraf/wp-paybox
- Owner: drzraf
- Created: 2017-03-06T04:29:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T04:51:19.000Z (over 9 years ago)
- Last Synced: 2025-01-30T08:31:08.498Z (over 1 year ago)
- Topics: paybox, wordpress
- Language: PHP
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== WP-Paybox: Payments via Paybox the traditional way ===
Contributors: drzraf
Requires at least: 4.7
Tested up to: 4.7.2
Stable tag: 0.2
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
A WordPress plugin (but rather a library) to ease Paybox integration.
== Description ==
**[Paybox](http://www1.paybox.com/)** is an online payment gateway.
This plugin intends to define a couple of PHP objects (abstract class, interface and procedure) to
ease the integration between (any) WordPress plugin and the Paybox payment system.
It currently only supports the common "pre-persist" workflow
(where a "still unpaid" transaction is fully stored using an immutable unique ID **before**
the redirection and the (possibly successful) payment are done at the paybox.com website.
This plugin provides sugar when it comes to generate the redirection form and/or manage errors/auth/currency codes
and could be a source of inspiration for Paybox configuration.