Paybox is Payment Services Provider Europe, part of Verifone Group. plugin actions in wordpress this plugin offers admin panel from the order section to the settings of Woocommerce. it adds information to the orders details and changes the status of orders and adds payment means on the checkout page..
This plugin takes information from the order and creates form containing the details of the payment to be made, including parameters configured in the admin panel of the module that identify the mechant..
It then submits with javascript the form to the first server. the customer is then presented with payment page, hosted on Paybox Platform ..
Upload the folder woocommerce-paybox to the wp-content plugins directory or through WordPress's plugin upload install mecanism...
HMAC key is generated on paybox server through your paybox back office it's used to authenticate your calls to Paybox Server it's generated on the platform you choose Production or Pre- Production ..
The oder paid with Paybox is validated upon rectpion of Instant Payment Notification this IPN is authenticated with the filter on IP address, if IP is somewhow changed, the plugin will give HTTP error..
If WordPress Installation is maintenance mode, the Paybox server will not be able to contact it...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Changed only rely on the $ SERVER data to check for IP address this solves the non reception of IPN 0.9.6.6.
-Informations about the payment on the order detail page, now actually displayed. -3D Secure status properly rendered -card numbers appear in IPN properly stored 0.9.6.5.
Read more