🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
| Card Type | Card Number | Expiry Date | CVV | Scenario |
|---|---|---|---|---|
| Visa Debit | 4400 0015 2374 0004 | 03/30 | 525 | Successful transaction |
| Visa | 4212 3432 8425 0006 | 03/30 | 525 | 3D Secure 2 challenge action |
| Mastercard | 5201 2815 0512 9736 | 03/30 | 525 | Frictionless flow |
| Maestro | 5002 5132 5341 0013 | 03/30 | 525 | Non 3DS transaction |
| Discover Debit | 6011 6032 5623 0003 | 03/30 | 525 | Non 3DS transaction |
| Amex | 3700 0000 0000 002 | 03/30 | 5252 | Non 3DS transaction |
| Visa | 4917 6155 8823 0000 | 03/30 | 525 | 3D Secure 2 |
Authorised response. For deeper integration tests, you can simulate other outcomes like Refused, RedirectShopper, and more by configuring your test environment.| Refusal Reason | Result Code | Cardholder Name |
|---|---|---|
| Unknown | Error | UNKNOWN |
| - | Authorised | APPROVED |
| Refused | Refused | DECLINED |
| Referral | Refused | REFERRAL |
| Acquirer Error | Error | ERROR |
| Blocked Card | Refused | BLOCK_CARD |
| Expired Card | Refused | CARD_EXPIRED |
| Invalid Amount | Refused | INVALID_AMOUNT |
| Invalid Card Number | Refused | INVALID_CARD_NUMBER |
| Issuer Unavailable | Refused | ISSUER_UNAVAILABLE |
| Not supported | Refused | NOT_SUPPORTED |
| 3D Not Authenticated | Refused | NOT_3D_AUTHENTICATED |
| Not enough balance | Refused | NOT_ENOUGH_BALANCE |
| - | Received | PENDING |
| Acquirer Fraud | Refused | ACQUIRER_FRAUD |
| Cancelled | Refused | CANCELLED |
| Shopper Cancelled | Refused | SHOPPER_CANCELLED |
| Invalid Pin | Refused | INVALID_PIN |
| Pin tries exceeded | Refused | PIN_TRIES_EXCEEDED |
| Pin validation not possible | Refused | PIN_VALIDATION_NOT_POSSIBLE |
| FRAUD | Refused | FRAUD |
| Not Submitted | Refused | NOT_SUBMITTED |
| FRAUD-CANCELLED | Cancelled | FRAUD_CANCELLED |
| Transaction Not Permitted | Refused | TRANSACTION_NOT_PERMITTED |
| CVC Declined | Refused | CVC_DECLINED |
| Restricted Card | Refused | RESTRICTED_CARD |
| Revocation Of Auth | Refused | REVOCATION_OF_AUTH |
| Declined Non Generic | Refused | DECLINED_NON_GENERIC |
| Withdrawal amount exceeded | Refused | WITHDRAWAL_AMOUNT_EXCEEDED |
| Withdrawal count exceeded | Refused | WITHDRAWAL_COUNT_EXCEEDED |
| Issuer Suspected Fraud | Refused | ISSUER_SUSPECTED_FRAUD |
| AVS Declined | Refused | AVS_DECLINED |
| Card requires online pin | Refused | PIN_REQUIRED |
| No checking account available on Card | Refused | NO_CHECKING_ACCOUNT_AVAILABLE_ON_CARD |
| No savings account available on Card | Refused | NO_SAVINGS_ACCOUNT_AVAILABLE_ON_CARD |
| Mobile PIN required | Refused | MOBILE_PIN_REQUIRED |
| Contactless fallback | Refused | CONTACTLESS_FALLBACK |
| Authentication required | Refused | AUTHENTICATION_REQUIRED |
| RReq not received from DS | Refused | RREQ_NOT_RECEIVED |
| Current AID is in Penalty Box. | Refused | BAN_CURRENT_AID |
| CVM Required Restart Payment | Refused | CVM_REQUIRED_RESTART_PAYMENT |
| 3DS Authentication Error | Refused | THREED_SECURE_AUTHENTICATION_ERROR |
| Online PIN required | Refused | ONLINE_PIN_REQUIRED |
| Try another interface | Refused | TRY_ANOTHER_INTERFACE |
| Chip downgrade mode | Refused | CHIP_DOWNGRADE_MODE |
| Transaction blocked by Adyen to prevent excessive retry fees | Refused | ERPS_BLOCK |