I'm having an issue with a 'purchase credits' modal. if you submit the form with a CVV or AVS code that will trigger an unsuccessful transaction with a CVV or AVS error code and then correct those errors and resubmit, the AVS and CVV codes are null and the transaction fails. If you close the modal and reopen and fill in the correct information, the form submits successfully. How can I get the AVS and CVV codes to come back properly on every page submit without having to close pages an reopen them?
05-22-2025 07:31 AM
It sounds like the form isn’t fully resetting those sensitive fields on resubmit. Try clearing and repopulating the CVV and AVS fields each time, and make sure a fresh payment token is generated with each attempt.
05-23-2025 04:32 AM