Yes. A CVV Response Code column will appear in the Orders data file orders.csv. If you export orders using the orders.csv data file which is then processed using scripts, you will need to edit your scripts accordingly or you may encounter problems. The new CVV Response Code field will be appended as a new column at the end of the orders.csv file. View an example orders.csv file.
Exporting with Orders.xml (Orderlist.dtd)
Likewise, a CVV Response Code (cvv-response) will be added to the Orders.xml (Orderlist.dtd). If you export orders using Orders.xml and Orderlist.dtd, you will need to make changes to allow for this new tag. View and example orders.xml file.
Order.xml Credit Card Section
<CardEvents>
<CardAuth auth-response="A" cvv-response="M" amount="5" avs-response="YYY" approval-number="018352" />
</CardEvents>
- auth-response - Displays the authorization response code. Authorization codes include: A (authorized), D (decline), X (expired card), E (error).
- cvv-response - Displays the CVV response code.
- amount - Displays the total amount authorized.
- avs-response - Displays the AVS response codes.
- approval-number - Displays the approval number for the authorization.