Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HarishChaudhari/4689648 to your computer and use it in GitHub Desktop.
Save HarishChaudhari/4689648 to your computer and use it in GitHub Desktop.
Authorize.net important error codes in csv format
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 1 column, instead of 3. in line 1.
List of error codes to process:
response_reason_code,reason_text,reason_note
2,This transaction has been declined,
3,This transaction has been declined,
4,This transaction has been declined,The code returned from the processor indicating that the card used needs to be picked up
6,The credit card number is invalid,
7,The credit card expiration date is invalid,The format of the date submitted was incorrect
8,The credit card has expired,
13,The merchant API Login ID is invalid or the account is inactive,
19,An error occurred during processing,
20,An error occurred during processing,
21,An error occurred during processing,
22,An error occurred during processing,
23,An error occurred during processing,
15,Please try again in 5 minutes,
16,Please try again in 5 minutes,
17,Please try again in 5 minutes,
18,Please try again in 5 minutes,
19,Please try again in 5 minutes,
20,Please try again in 5 minutes,
21,Please try again in 5 minutes,
22,Please try again in 5 minutes,
23,Please try again in 5 minutes,
24,Please try again in 5 minutes,
25,Please try again in 5 minutes,
26,Please try again in 5 minutes,
37,The credit card number is invalid,
44,This transaction has been declined,The card code submitted with the transaction did not match the card code on file at the card issuing bank and the transaction was declined
45,This transaction has been declined,This error would be returned if the transaction received a code from the processor that matched the rejection criteria set by the merchant for both the AVS and Card Code filters
50,This transaction is awaiting settlement and cannot be refunded,Credits or refunds may only be performed against settled transactions. The transaction against which the credit/refund was submitted has not been settled so a credit cannot be issued
57,An error occurred in processing. Please try again in 5 minutes,
58,An error occurred in processing. Please try again in 5 minutes,
59,An error occurred in processing. Please try again in 5 minutes,
60,An error occurred in processing. Please try again in 5 minutes,
61,An error occurred in processing. Please try again in 5 minutes,
62,An error occurred in processing. Please try again in 5 minutes,
63,An error occurred in processing. Please try again in 5 minutes,
65,This transaction has been declined,The transaction was declined because the merchant configured their account through the Merchant Interface to reject transactions with certain values for a Card Code mismatch
66,This transaction cannot be accepted for processing,The transaction did not meet gateway security guidelines
78,The Card Code (CVV2/CVC2/CID) is invalid,
141,This transaction has been declined,The system-generated void for the original FraudScreen-rejected transaction failed
165,This transaction has been declined,The system-generated void for the original card code-rejected transaction failed
315,The credit card number is invalid,
316,The credit card expiration date is invalid,
317,The credit card has expired,
319,The transaction cannot be found,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment