Unknown Version Installed.

Please get in touch at online@payzone.co.uk to receive the latest module

Payzone Payment Gateway


Getting Started

This PHP integration pack will allow you to implement the payzone payment gateway into your site, using the preferred method for integration.

  1. Upload the files to the server via FTP
  2. In the assets/includes/payzone_gateway.php file, inside the __construct() function update the set statements with your merchant details
  3. Click on one of the Submit options below, depending on whether you want to submit with dummy data, or manually enter test details
  4. Once you have successfully tested you can start integrating with your system, recording the transaction into your transaction log, and getting / setting the configuration values using your sites database

Example payment flow

The example payment flows below will allow you to submit a transaction end to end using the current configuration, there are 2 options:
'Without Data' - which will simulate a 'new' customer or a customer with no records stored
'With Data' - which will simulate a 'returning' customer who already have some details stored on your server, the details used in this example are from the test cards pack.

Example with data

To view the sample payment flow, prepopulated with post data (from this form) click on the below button, this will simulate the infomration being populated from your customer records.

Example without data

To view the sample payment flow, with no with post data being sent across (i.e. blank payment / new customer) please click the below button


Module Configuration

Configuration

Merchant IDHealth-2543590
Merchant PasswordKghs5j1g95h2i5h
PreSharedKeyR2XGpN3QX1SacY5xCruhxK
SecretKeyAbcd1234
Debug Modefalse
Show payzone logo (Payment/Results)true
Order Order Details (Results)true

Payment Settings

Transaction TypeSALE
Hash MethodSHA1
Base currencyGBP
Currency Symbol£

URLS

Homepagehttps://www.payzonedirect.healthcurepharma.co.uk/index.php
Cart Pagehttps://www.payzonedirect.healthcurepharma.co.uk/cart.php
Payment Pagehttps://www.payzonedirect.healthcurepharma.co.uk/payment.php
Process Paymenthttps://www.payzonedirect.healthcurepharma.co.uk/process.php
Results Pagehttps://www.payzonedirect.healthcurepharma.co.uk/results.php
Payment form action#