Remember to replace these test values with live credentials before deploying to a production environment. Consult the PayGate documentation for details on securing your API keys and handling sensitive data responsibly.
| Description | PayGate ID | Password |
|---|
| With 3D Secure (via PayGate’s MPI) | 10011072130 | test |
| Without 3D Secure | 10011064270 | test |
📘
| Card Brand | Card Number | Risk Indicator | Notes |
|---|
| Visa | 4000000000000002 | Authenticated (AX) | 3D Secure |
| MasterCard | 5200000000000015 | Authenticated (AX) | |
| American Express | 378282246310005 | Not Authenticated (NX) | |
-
RESULT_CODE = 990017
-
TRANSACTION_STATUS = 1
| Card Brand | Card Number | Risk Indicator |
|---|
| MasterCard | 5200000000000023 | Not Authenticated (NX) |
| Visa | 4000000000000028 | Not Authenticated (NX) |
| American Express | 371449635398431 | Not Authenticated (NX) |
-
RESULT_CODE = 900003
-
TRANSACTION_STATUS = 2
| Card Brand | Card Number | Risk Indicator |
|---|
| Visa | 4000000000000036 | Authenticated (AX) |
| MasterCard | 5200000000000049 | Authenticated (AX) |
| Diners Club | 30569309025904 | Not Applicable (XX) |
-
RESULT_CODE = 900007
-
TRANSACTION_STATUS = 2
| Card Brand | Card Number | Risk Indicator |
|---|
| MasterCard | 5200000000000064 | Not Applicable (XX) |
-
RESULT_CODE = 990022
-
TRANSACTION_STATUS = 0
| Card Brand | Notes |
|---|
| All others | Any number not listed above |
-
RESULT_CODE = 900004
-
TRANSACTION_STATUS = 2
⚠️