Payment Hipay

creadunet
2017-01-22 12:26

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

Open the file /mods/paiement/hipay/configurationHipay.php

If you want to test, use a Hipay Sandbox account!

Here is the configuration table to fill:

$settingsPayment = array(
    'cheminForm' => '/mods/paiement/hipay/hipayredirect.php',
    'imageForm' => '/mods/paiement/hipay/hipay.png',
    'chemin' => 'https://test-ws.hipay.com/soap/payment-v2?wsdl',//sandbox or real
    'wsLogin' => '0a13dddc55686f3be79c8c810c8106cc',//edit with your parameters
    'wsPassword' => '7f902ce8177637eb5a4370adf50d41f9',//edit with your parameters
    'websiteId' => '397551',//edit with your parameters
    'categoryId' => '12',//edit with your parameters
    'currency' => 'EUR',//edit with your parameters
    'rating' => 'ALL',//edit with your parameters
    'locale' => 'fr_FR',//edit with your parameters
    'urlLogo' => 'https://static.e-junkie.com/sslpic/171337.d729868432ee12a12d69e54e8ab36a92.jpg',
    'urlDecline' => '/achats.php?paiement=annule',
    'urlCancel' => '/achats.php?paiement=annule',
    'urlCallback' => '/mods/paiement/hipay/hipaynotify.php',
    'urlAccept' => '/achats.php?pay=OK',
);

 

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

sandbox = 'chemin' => 'https://test-ws.hipay.com/soap/payment-v2?wsdl'
réel = 'chemin' => 'https://ws.hipay.com/soap/payment-v2?wsdl'

'wsLogin' => '0a13dddc55686f3be79c9d9810c8106cc',//edit with your parameters
'wsPassword' => '7f902ce8177637eb5a5480adf50d41f9',//edit with your parameters

WsLogin and wsPassord are to be recovered on your HipayWallet account. On the menu, click Merchant / API Kit. The Webservices accesses appear at the bottom (login and password)

'websiteId' => '387551',//edit with your parameters

On the Hipay home page, you have your account (s), with the account number of your site.


'categoryId' => '12',//edit with your parameters

12 It's all right. It's for all public.


'currency' => 'EUR',//edit with your parameters
'rating' => 'ALL',//edit with your parameters
'locale' => 'fr_FR',//edit with your parameters

These 3 parameters are obvious.


'urlLogo' => 'https://static.e-junkie.com/sslpic/xxxxx868432ee12xxx54e8ab36xx2.jpg',

ALWAYS put an image https !! Otherwise, do not set and erase this line.
You can host a free SSL image at http://www.sslpic.com/

Average rating: 5 (2 Votes)

You cannot comment on this entry