Reputation: 3
i am using authorize.net {aim} for payment gate way.
I have used http://www.johnconde.net/blog/tutorial-integrating-the-authorizenet-aim-api-with-php/ class and successfuly working without error.
But my client need to validate the ccv [Card Code Verification].
Can anyone please help with this.
I am using test authorize for developer account.
Thank You
Upvotes: 0
Views: 9071
Reputation: 4187
Right, so after some initial fail on understanding what was being asked for, I think the following should help.
The post provides some code that validates a CVV number. It obviously can't tell you if it's correct or not though.
Hopefully that helps.
Upvotes: 1