Hello,
We are using the PHP SDK to create and charge invoices in InfusionSoft from an external app. We are getting a lot of transactions declined by the payment gateway. This is the error message we are getting from them: “The card code is invalid (78)”. It seems that this error code has to do with the CVV value for the card. According to my understanding from this post: CVV code not saving for multiple transactions - #3 by Jordan_Novak you don’t store the CVV value for the card at the system. So I guess that we are getting those error messages because you are not passing the CVV value (cause you don’t have it) and then the bank is rejecting the transaction because of that. So, if that is the case, is there a way we can pass the CVV value when charging an invoice by using the InfusionSoft PHP SDK?
Thank you very much in advance for your kind reply!