이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Paybox WooCommerce Payment Gateway

설명

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.

스크린샷

  • The administration panel: payment configuration
  • The administration panel: Paybox Account parameters
  • The Checkout page: Payment method choice (1/ 3 times)
  • The Payment Means choice (hosted at Paybox)
  • The Payment page
  • Once successfully processed, the Payment transaction details appear in the order details

설치

  1. Upload the entire folder woocommerce-paybox to the /wp-content/plugins/ directory
    or through WordPress’s plugin upload/install mecanism.

  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

What is the HMAC key in the admin panel for ?

The HMAC key is generated on paybox server through your paybox back office. it is used to authenticate your calls to Paybox Server. it is generated on the platform you choose: Production (live) or Pre-Production (test)

My orders are not validated, even though the payment went through ?

The oder paid with Paybox is only validated upon rectpion of a positive Instant Payment Notification (IPN) this IPN is authenticated with the filter on the IP address, if the IP is somewhow changed, the plugin will give a 500 HTTP error.
Avoid Maintenance mode, or allow Paybox IP to go through (194.2.122.158,195.25.7.166,195.101.99.76). If the WordPress Installation is in maintenance mode, the Paybox server will not be able to contact it.

Something is not working for me, how can i get help ?

Contact Paybox WordPress Support, we will be glad to help you out !

후기

2017년 4월 30일 2 replies
Le support ne répond qu'au téléphone (surtaxé). Par e-mail ou via le support officiel vous n'aurez pas de réponse. Le système comporte de nombreux bugs. Si vous êtes un peu développeur, vous pourrez corriger vous-même. Sinon, tournez-vous vers une autre solution. Pour le paiement sur WooCommerce, il y a d'autres solutions (et notamment des gens plus compétants).
모든 4 평가 읽기

기여자 & 개발자

“Paybox WooCommerce Payment Gateway”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Paybox WooCommerce Payment Gateway”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.9.9.5

  • Fix CountryCode value if empty

0.9.9.4

  • Improve 3DSv2 XML
  • Update compatibility

0.9.9.3

-updated compatibility levels declaration
-3DSv2 fields adjustments
-CountryCode fix (3 positions)
-no more IP modification possible
-filter on configuration parameters (to avoid input error)
-add cart persistance on payment page

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