Payment Payza

creadunet
2017-01-22 12:34

Payza is pre-installed, just configure your account info.

Open the file /mods/paiement/payza/configurationPayza.php

Here is the configuration table to fill:

$settingsPayment = array(
    'chemin' => 'https://secure.payza.com/checkout',
    'business' => 'xxx@yyy.zzz',//edit with your parameters
    'currency_code' => 'EUR',//edit with your parameters
    'return' => '/achats.php?pay=OK',
    'notify_url' => '/mods/paiement/payza/pznotify.php',
    'image' => 'https://www.payza.com/images/payza-buy-now.png'
);

'chemin' => put here, the path to Payza, either real or sandbox.

'business' => 'your paypal mail address'


'currency' => 'EUR',//edit with your parameters
Put your currency.


'image' =>'https://www.payza.com/images/payza-buy-now.png'

ALWAYS put an image https !! You can use this paypal default button.
You can host a free SSL image at http://www.sslpic.com/

Average rating: 5 (2 Votes)

You cannot comment on this entry