We have a sandbox environment for testing your integration. In the sandbox environment, you can go through the user journey and place demo orders. You use the following test data in order to progress an order.
Test Cards
Test cards can be used in test mode to simulate transactions.
Brand | PAN | CVV | Expiry Month | Expiry Year |
---|---|---|---|---|
AMEX | 345678901234564 | 1056 | 05 | 2030 |
Diners Club | 30123456789019 | 123 | 05 | 2030 |
Discover | 6011111111111117 | 105 | 06 | 2030 |
JCB | 3530111333300000 | 105 | 06 | 2030 |
MasterCard | 5313581000123430 | 105 | 10 | 2030 |
MasterCard | 5436031030606378 | 257 | 06 | 2030 |
MasterCard | 5555555555554444 | 956 | 06 | 2030 |
MasterCard | 2720998831177548 | 956 | 06 | 2030 |
MasterCard | 2720991749726670 | 956 | 06 | 2030 |
MasterCard | 2221002583868729 | 956 | 06 | 2030 |
VISA | 4543474002249996 | 956 | 06 | 2030 |
Test Environment Values
Different amounts will trigger specific scenarios on the test environment as described below:
Amount Pattern | Description | Expected Response from Gateway | Gateway Response Code |
---|---|---|---|
x00 | Approved - x can be any integer (e.g., 5300) | Will result in an Approve result | 0 |
x51 | INSUFFICIENT FUNDS - x can be any integer (e.g., 8851) | Will result in Not sufficient funds | 51 |
x05 | DNH - x can be any integer | Will result in Do not honour situation | 05 |
x62 | RESTRICTED CARDS - x can be any integer | Will result in Restricted card situation | 62 |
x12 | INVALID TRANSACTION - x can be any integer | Will result in Invalid transaction situation | 12 |
9998 | TIMEOUT - For timeout, only use 9998 | Will result in a Time out response | 9998 |
Other | Any amount not in this list | Will result in Approve transaction situation | 0 |