CCV implementation in shopping cart
Posted: Sat Jun 27, 2009 7:27 am
Hiii..Guys
I am running a shopping cart for a Coffee manfacturing website
it has a shopping cart implemented. I want to use the CCV (Cart Code Verification) for the Payment Procedure.
I Have a Text Box Security (where user can enter it).
Currently using Autherise.net Website for transactions. and using following
"x_amount" => "19.99",
"x_description" => "Sample Transaction",
"x_card_code" => "SECURITY CODE"
"x_first_name" => "",
"x_last_name" => "",
"x_address" => "t",
"x_state" => "",
"x_zip" => "98004"
Can Any Body tell how can i achieve this..or test CREDIT CARD NUMBER with CORRESPONDING SECURITY CARD.
thanks ,,
I am running a shopping cart for a Coffee manfacturing website
it has a shopping cart implemented. I want to use the CCV (Cart Code Verification) for the Payment Procedure.
I Have a Text Box Security (where user can enter it).
Currently using Autherise.net Website for transactions. and using following
"x_amount" => "19.99",
"x_description" => "Sample Transaction",
"x_card_code" => "SECURITY CODE"
"x_first_name" => "",
"x_last_name" => "",
"x_address" => "t",
"x_state" => "",
"x_zip" => "98004"
Can Any Body tell how can i achieve this..or test CREDIT CARD NUMBER with CORRESPONDING SECURITY CARD.
thanks ,,