Test Cards
Integration development is made on test environment. Test environment supports any cards for the following worldwide card brands:
Visa
V-Pay
Mastercard
Maestro
All cards can be used (including “the real” ones), but we suggest to use test cards provided in following test application available at Google Play
Application |
Cards Included |
---|---|
Visa |
It is possible to simulate special behavior / response code for the application by sending and special amount of 42.XX, where XX stands for the required ISO response code.
Transaction Amount |
Transaction Status |
ISO response code |
Description |
---|---|---|---|
42.00 |
Accepted |
00 |
Approved or completed successfully |
42.04 |
Rejected |
04 |
Retain Card |
42.05 |
Rejected |
05 |
Authorization declined |
42.33 |
Rejected |
33 |
Card expired |
42.55 |
Rejected |
55 |
Incorrect PIN |
42.60 |
To be continued |
60 |
SCA required – transaction to be continued |
42.61 |
Rejected |
61 |
Exceeds approval amount limit |
42.xx |
Rejected |
xx |
Any other response code |
DCC
Current trigger option of DCC MOCK:
amount > 500.00 -> return reglementary rate (ecbIndicator = true)
amount <= 500.00 -> return no reglementary rate (ecbIndicator = false)
amount 999.00 ->DCC server error, HTTP 500
amount 399.00 -> DCC Declined (for no reglementary rate option)
amount 699.00 -> DCC Declined (for reglementary rate option)
amount 300.00 -> DCC Invalid Merchant (for no reglementary rate option)
amount == 600.00 -> DCC Invalid Merchant (for reglementary rate option)