hi,
anyone tried adding hipay in your admin setting? how to do it?
i tried but im getting this error:
Error
Hipay error: Invalid orderCategory value : 549
XFileSharing Pro - Hipay
hipay is tricky. you have to set the correct category in hipay like you put at hipay.com. if you did not choose the correct category like admin wrote in install.txt then you have to find out which category you can choose.
try this
https://payment.hipay.com/order/list-ca ... /id/YOURID
you will see an xml site with a few categories.
choose the category you like lets say "123"
then open cgi-bin/index.cgi and search for
replace the 549 with your chosen category (e.g. 123) of xml file.
then upload the "index.cgi" file, overwrite the existing index.cgi file and it should work.
only open ".cgi" files with notepad++ not with windows tex editor or something else otherwise you get 500 error!
the problem is just you did not listen to admin and choose another service.
lets say online shop -> music then category is different and it wont work...
category 549 is webhosting and download service or something. not 100% sure.
it could be possible if you get another error to install some .PM files. let me know if it works
try this
https://payment.hipay.com/order/list-ca ... /id/YOURID
you will see an xml site with a few categories.
Code: Select all
-<mapi>
-<categoriesList><category id="123">Autres</category><category id="124">Books</category>
then open cgi-bin/index.cgi and search for
Code: Select all
<orderTitle>$c->{site_name} premium account</orderTitle>
<orderInfo>best products</orderInfo>
<orderCategory>549</orderCategory>
then upload the "index.cgi" file, overwrite the existing index.cgi file and it should work.
only open ".cgi" files with notepad++ not with windows tex editor or something else otherwise you get 500 error!
the problem is just you did not listen to admin and choose another service.
lets say online shop -> music then category is different and it wont work...
category 549 is webhosting and download service or something. not 100% sure.
it could be possible if you get another error to install some .PM files. let me know if it works
-
- Posts: 11
- Joined: Jun 11, 2012 3:07 am
I also have some problems with hipay. I sent them the documents they requested 2-3 months ago. And everything went fine (they lifted the limit and I received payments for 2 months) until they didn't upgrade their site. From this moment all payments are rejected and after each rejected payment I receive the email about the Identification request.
Does anyone have the same problem?
Does anyone have the same problem?
my email is
[email protected]
https://payment.hipay.com/order/list-ca ... /id/YOURID
this link works definitely but you first have to setup a payment
go to hipay integration and click on creating a button and register a new website then choose the category of your website.
you can do it like admin told you in install.txt
You should use the following options:
1) Main theme - TELECOM / INTERNET SERVICES
2) Secondary theme - Web hosting
3) Merchant password - a random string
Your site should now appear in the List of sites already registered.
remember the password you will need the password for your xfs settings for hipay!
then the code is 549 if you set up like admin said. otherwise you will have to modify index.cgi with and replace 549 to your category number!
if you set something different you have to check the link I put in the last post with your ID at the end and see what categories you can take.
[email protected]
https://payment.hipay.com/order/list-ca ... /id/YOURID
this link works definitely but you first have to setup a payment
go to hipay integration and click on creating a button and register a new website then choose the category of your website.
you can do it like admin told you in install.txt
You should use the following options:
1) Main theme - TELECOM / INTERNET SERVICES
2) Secondary theme - Web hosting
3) Merchant password - a random string
Your site should now appear in the List of sites already registered.
remember the password you will need the password for your xfs settings for hipay!
then the code is 549 if you set up like admin said. otherwise you will have to modify index.cgi with and replace 549 to your category number!
if you set something different you have to check the link I put in the last post with your ID at the end and see what categories you can take.