FAQ Q271: How do I setup my Wirecard QPAY account to accept payments for the reservations?

1. Download and unzip http://www.planyo.com/wirecard/planyo-wirecard-proxy.zip to a location on your server.

2. Edit the file planyo-wirecard-proxy.php (the only file in the zip) and set the 2 variables near the top of the file:

$SECRET = ""; // Put your secret code here
$CUSTOMER_ID = ""; // Put your customer ID here

Example:
$SECRET = "123ABC"; // Put your secret code here
$CUSTOMER_ID = "12345"; // Put your customer ID here

3. In your site settings change the payment method to Wirecard QPAY and then set the option 'QPAY proxy page' to the full URL of the planyo-wirecard-proxy.php file on your server. Remember to include http:// or https:// in the URL, e.g. http://mysite.com/planyo/planyo-wirecard-proxy.php
Preguntas frecuentes