This module adds a Paybox Payment Gateway to your Installation of WooCommerce.
Paybox is a Payment Services Provider in Europe, part of the Verifone Group.
plugin actions in wordpress:
this plugin offers an admin panel from the order section to the settings of Woocommerce.
it adds payment information to the orders details and changes the status of orders (upon reception of an IPN, see below.) and adds payment means on the checkout page.
This plugin takes information from the order and creates a form containing the details of the payment to be made, including parameters configured in the admin panel of the module that identify the mechant.
The plugin checks for availability of the Paybox platform, through a call to our servers.
It then submits with javascript the form to the first available server.
the customer is then presented with a payment page, hosted on the Paybox Platform (urls above).
The Paybox Platform sends an Instant Payment Notification (IPN) to the server when the customer actually made the payment, indicating to the merchant the status of the payment.
the plugin generates a url that can catch the IPN call from Paybox's server, filtering incoming calls to the Paybox IP address.
if payment is successfull, then the plugin validates the order though woocommerce.
安装:
Upload the entire folder woocommerce-paybox to the /wp-content/plugins/ directory
or through WordPress's plugin upload/install mecanism.
Activate the plugin through the 'Plugins' menu in WordPress
屏幕截图:
升级注意事项:
1.0
This is the first major Release.
更新日志:
0.9.9.2
Force 3DSv2 for all cards
0.9.9.1
Add 3DSv2 support
0.9.9
Fix 3 times payment not displayed
0.9.8.9
Added storage of the failed payment details
0.9.8.8
Fixing icon (manageable) and encryption transition
0.9.8.7
Fixing logging and IPN
0.9.8.6
Correcting 3x payments IPN
0.9.8.5
Correction for HTTP2 compatibility and notice 'id of order called directly' on order display.
0.9.8.4
Correction for PHP7.2 mcrypt removal: openssl used if no mcrypt present.
0.9.8.3
Correction for potential HTTP 500 error: thx @.
0.9.8.2
Correction for network urls, order properties calling.
0.9.8.1
Correction of url called, to work for mobile.
0.9.8
Correction of minor bugs.
0.9.7.1
Correction of multisite wordpress bug.
0.9.7
Correction of a potential fatal error on error logging thx @vasyltech!.
Urls construct
0.9.6.9
Compatibility for folder-based wordpress mono-site.
Urls construct
0.9.6.8
Added compatibility for folder-based wordpress multi-site.
Removed IPN IP checking
0.9.6.7
Changed:
only rely on the $_SERVER data to check for the IP address:
this solves the non reception of the IPN (error 500)
0.9.6.6
Second release:
Fixed:
-Missing table now created ok.
-"Syntax error: Unexpected token < " message when checking out,
-Use of deprecated functions to get pages url: now we use endpoints.
Added :
-Informations about the payment on the order detail page, now actually displayed.
-3D Secure status properly rendered
-card numbers appear in the detail
-three time payment IPN properly stored
0.9.6.5
First stable release