2 | ERROR | REJECTED_BANK | The transaction was refused |
3 | ERROR | REJECTED_BY_RISK_CHECKS | Referral |
4 | ERROR | TECHNICAL_ISSUE_TO_CONTACT_PARTNER | The transaction did not go through due to an error that occurred on the acquirer's end |
5 | ERROR | BLOCKED_CARD | The card used for the transaction is blocked, therefore unusable |
6 | ERROR | CARD_EXPIRED | The card used for the transaction has expired. Therefore it is unusable |
7 | ERROR | BAD_REQUEST | An amount mismatch occurred during the transaction process |
8 | ERROR | UNKNOWN_CARD | The specified card number is incorrect or invalid |
9 | ERROR | TECHNICAL_ISSUE_TO_CONTACT_PARTNER | It is not possible to contact the shopper's bank to authorise the transaction |
10 | ERROR | BAD_REQUEST | The shopper's bank does not support or does not allow this type of transaction |
11 | ERROR | AUTHENTICATION_CHECK_FAIL | 3D Secure authentication was not executed, or it did not execute successfully |
12 | ERROR | AMOUNT_EXCEEDED | The card does not have enough money to cover the payable amount |
14 | ERROR | SUSPECTED_FRAUD | Possible fraud. |
15 | ERROR | ABORTED_BY_CUSTOMER | The transaction was cancelled |
16 | ERROR | ABORTED_BY_CUSTOMER | The shopper cancelled the transaction before completing it |
17 | ERROR | WRONG_CARD_DATA | The specified PIN is incorrect or invalid |
18 | ERROR | WRONG_CARD_DATA | The shopper specified an incorrect PIN more that three times in a row |
19 | ERROR | WRONG_CARD_DATA | It is not possible to validate the specified PIN number |
20 | ERROR | REJECTED_BY_RISK_CHECKS | The pre-authorisation risk checks resulted in a fraud score of 100 or more. Therefore, the transaction was flagged as fraudulent, and was refused |
21 | ERROR | BAD_REQUEST | The transaction was not submitted correctly for processing |
22 | ERROR | REJECTED_BY_RISK_CHECKS | The sum of pre-authorisation and post-authorisation risk checks resulted in a fraud score of 100 or more. Therefore, the transaction was flagged as fraudulent, and was refused |
23 | ERROR | FAILED | Transaction Not Permitted |
24 | ERROR | WRONG_CARD_DATA | The specified CVC (card security code) is invalid |
25 | ERROR | BLOCKED_CARD | Restricted Card or invalid card in this country |
26 | ERROR | AUTHENTICATION_CHECK_FAIL | Revocation Of Auth |
27 | ERROR | FAILED | Declined Non Generic |
28 | ERROR | AMOUNT_EXCEEDED | The withdrawal amount permitted for the shopper's card has exceeded. |
29 | ERROR | FAILED | The number of withdrawals permitted for the shopper's card has exceeded. |
31 | ERROR | SUSPECTED_FRAUD | Issuer reported the transaction as suspected fraud. |
32 | ERROR | BAD_REQUEST | The address data the shopper entered is incorrect. |
33 | ERROR | SUSPECTED_FRAUD | The shopper's bank requires the shopper to enter an online PIN. |
34 | ERROR | SUSPECTED_FRAUD | The shopper's bank requires the shopper to enter an online PIN. |
35 | ERROR | REJECTED_BANK | The shopper's bank requires a savings account to complete the purchase. |
36 | ERROR | AUTHENTICATION_CHECK_FAIL | The shopper's bank requires the shopper to enter a mobile PIN. |
37 | ERROR | ABORTED_BY_CUSTOMER | The shopper abandoned the transaction after they attempted a contactless payment and were prompted to try a different card entry method (PIN or swipe). |
38 | ERROR | AUTHENTICATION_CHECK_FAIL | The issuer declined the authentication exemption request and requires authentication for the transaction. Retry with 3D Secure. |
39 | ERROR | FAILED | The issuer or the scheme wasn't able to communicate the outcome via RReq. |
40 | ERROR | TECHNICAL_ISSUE_TO_CONTACT_PARTNER | The payment network cannot be reached. Retry the transaction with a different payment method. |
41 | ERROR | FAILED | A PIN or signature is required. Retry the transaction. |
42 | ERROR | TECHNICAL_ISSUE_DURING_AUTHENTICATION_CHECK | The 3D Secure authentication failed due to an issue at the card network or issuer. Retry the transaction, or retry the transaction with a different payment method. |
46 | ERROR | FAILED | Adyen's excessive retry prevention service blocked the transaction to make sure that you are not charged penalty fees. |
MALFORMED_PARTNER_RESPONSE | ERROR | TECHNICAL_ISSUE_TO_CONTACT_PARTNER | Malformed partner response, partner HTTP response is not of json type. |
SUCCESS | SUCCESS | SUCCEEDED | action done successfully |
ERROR | ERROR | FAILED | An error occurred when calling adyen |
NO_REDIRECT_RESULT | WAITING | WAITING_PARTNER_RESPONSE | No redirect result could be found, customer was not redirected to our redirection API. Awaiting for notification from Adyen |
AuthenticationFinished | SUCCESS | SUCCEEDED | The payment has been successfully authenticated with 3D Secure. |
AuthenticationNotRequired | SUCCESS | SUCCEEDED | The transaction does not require 3D Secure authentication, for example, the issuing bank does not require authentication or the transaction is out of scope. Check the authenticationNotRequiredReason parameter to know why authentication was skipped. |
Authorised | SUCCESS | SUCCEEDED | The payment was successfully authorised. |
Cancelled | ERROR | FAILED | The payment was cancelled (by either the shopper or your own system) before processing was completed. |
ChallengeShopper | ERROR | FAILED | The issuer requires further shopper interaction before the payment can be authenticated. Returned for 3D Secure 2 transactions. WORKFLOW NOT IMPLEMENTED |
Error | ERROR | FAILED | There was an error when the payment was being processed. |
IdentifyShopper | ERROR | FAILED | The issuer requires the shopper's device fingerprint before the payment can be authenticated. Returned for 3D Secure 2 transactions. WORKFLOW NOT IMPLEMENTED |
14_002 | ERROR | FAILED | Required field 'paymentData' is not provided. |
Pending | | | |
PresentToShopper | ERROR | FAILED | Present the voucher or the QR code to the shopper.WORKFLOW NOT IMPLEMENTED |
Received | | | |
received | | | |
RedirectShopper | | | |
Refused | ERROR | FAILED | The payment was refused. You'll receive a refusalReason in the same response that indicates why it was refused. |
ABANDONED | ERROR | ABORTED_BY_CUSTOMER | The customer abandoned payment after validate (should only happen with bancontact mobile as it displays a QR code that still needs to be used to pay) |