TESSITURA_DECLINATION_EXCEPTION - Invalid Card

Former Member
Former Member $organization

Am setting up a new checkout for website ticketing system. I'm sure this was working in testing a few months ago but now seems to be having issues. When I ever I try do a transaction I get the following error from Tessitura:

System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Tessitura.WebAPI.TessituraException: TESSITURA_DECLINATION_EXCEPTION: The credit card submitted was declined. SuperCharge Message: Invalid Card.  SESSION KEY: GO2VYGJQKGEFKKPY72W7R13UGASA77GAMH00KXD32MWTGFCFNX0BWM9EDYTXX925

   at Tessitura.WebAPI.Tessitura.CheckoutEx3Direct(String sSessionKey, String sCCOwner, String sCCNumber, Int32 iCCType, Int32 iCCMonth, Int32 iCCYear, Decimal dAmount, Boolean bAllowUnderPayment, String sCardAuthenticationCode, Int32 iCCIssueNumber, Int32 iCCStartMonth, Int32 iCCStartYear, Boolean bAuthorize, String sAuthorizationCode, String s3DSecureValues)

   at Tessitura.WebAPI.Tessitura.CheckoutEx3(String sSessionKey, String sCCOwner, String sCCNumber, Int32 iCCType, Int32 iCCMonth, Int32 iCCYear, Decimal dAmount, Boolean bAllowUnderPayment, String sCardAuthenticationCode, Int32 iCCIssueNumber, Int32 iCCStartMonth, Int32 iCCStartYear, Boolean bAuthorize, String sAuthorizationCode, String s3DSecureValues)

   --- End of inner exception stack trace ---

The card being used is valid and values being passed to the API call are identical to the ones passed through our live site, which is working.

Any ideas?