cancel
Showing results for 
Search instead for 
Did you mean: 

CVV required for billing a CIM Profile

We currently are experimenting with the CIM Module with Authorize.NET. We have stored a CIM Profile (+ Payment Profiles) and are trying to bill them on our website through a recurring cron. 

 

We are hitting a 33, Card Code is required error. 

 

This does not make any sense since the payment profile was validated with a CVV and store. I am not sure why it is required again when we bill the transaction.

 

[errorCode:net\authorize\api\contract\v1\TransactionResponseType\ErrorsAType\ErrorAType:private] => 33
[errorText:net\authorize\api\contract\v1\TransactionResponseType\ErrorsAType\ErrorAType:private] => Card Code is required.

 

We are using the sample code here.

 

https://github.com/AuthorizeNet/sample-code-php/blob/master/PaymentTransactions/charge-customer-prof...

neel
Member
1 REPLY 1

Hello @neel

 

This error suggest you have set CVV as required for each transaction in the Merchant Interface.  Follow the instructions here: https://developer.authorize.net/api/reference/responseCodes.html?code=33

 

Richard

RichardH
Administrator Administrator
Administrator