|
|
 |
RE: FN-FORUM: quick protx question
date posted 23rd March 2007 14:56
With VSP direct its just called 'CV2', I'm not sure if its the same in all of their systems but I'd assume so
Chris
I'm getting this back from protx now that I've moved from the simulator site
to test
StatusDetail: Card security code (CV2) is required
Which as far a I under stand it means that I need to pass over the 3 digets
off the back of the credit card, is that correct?
I cant find the specific part of the API that tells me what I need to call
this, my code has
$data['CardHolder'] = $this->CardHolder;
$data['CardNumber'] = $this->CardNumber;
$data['StartDate'] = $this->CardValidFrom;
$data['ExpiryDate'] = $this->CardValidTo;
$data['CardType'] = $this->CardType;
$data['CardSecurityCode']= $this->CardSecurityCode;
But as I wrote this part two months back, I'm not sure why I think it should
be $data['CardSecurityCode'] and as I cant find it in the API, maybe I just
guessed at that ;-(
Does anyone know what I need to call it?
--
Regards
Derek Almond
[EMAIL REMOVED]
http://www.derekalmond.com
--
Freelancers, contractors earn more with Prosperity4
Call 0870 870 4414 or visit www.prosperity4.com
and benefit from Inland Revenue approved expenses today.
To advertise here: http://www.freelancers.net/advertising.html
|
 |
|