Setting up an account with SECpay.
Click here
to create an account with SECpay.
When testing your interface either use a merchant id of 'test'
or use either 'secpay' or your merchant_id and make sure SECPay
is set to demo mode in your template payment provider admin. You
can use the test credit card number 4444333322221111 to perform
test transactions.
Be sure to enter your merchant id and not your merchant number
in the payment provider admin section. The merchant number supplied
by the bank is never exposed to the Internet.
Troubleshooting
If the callback URL is on a secure SSL connection then you have to have the following
parameter . . .
<input type="hidden" name="ssl_cb" value="true">
To do that open the file vsadmin/inc/inccart.php in notepad and
search for . . .
<input type="hidden" name="trans_id" value="<%=orderid%>" />
and add this on the next line . . .
<input type="hidden" name="ssl_cb" value="true">
Please do read our guide here on credit
card fraud.
For more information, rates and support, please visit the SECpay
website.
|