Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

eProcessing network & CVV numbers...


Sysop

Recommended Posts

Our billing department is getting really stringy on accepting CVV2 numbers. I have the code below, that was found on eProcessing's website, but it's HTML. I am no good at converting, so if anyone can help, it would be appreciated!

 

<form>

<table>

<tr>

<td align=right><font face=Verdana size=-1>CVV2:</font></td>

<td><input size=3 maxlength=3 name="CVV2" value=""></td>

</tr>

<tr>

<td align=right><font face=Verdana size=-1>Select:</font></td>

<td>

<select name="CVV2Type">

<option value="9">My card has no CVV2 imprint

<option value="2">My cards' CVV2 is illegible

<option value="1" selected>I have entered my CVV2 above

</select>

</td>

</tr>

</table>

</form>

Link to comment
Share on other sites

I've already looked at both of those, including one or two others I have found. I am just having a massive problem trying to integrate the CVV into the eProcessingNetwork contribution. I am not using the Credit Card (cc.php), which all of these only modify, and I haven't had enough time to master php to figure out where my errors come from.

 

And especially with ePN having a "CVV2 Type" as well as the "CVV" itself sent, with the CVV2 Type being a pulldown box, is really confusing the hell out of me!

 

Any more suggestions!? Thank you, though!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...