In the sandbox environment (base enabler gateway service), you can trigger different behavior using the below special amount.
Special amount for testing
- applicable to new card transaction
- triggered when the amount CONTAINS below string, e.g.
12.69
,126.90
,1269.00
, or312.69
Amount string contains | Http Status | Response Struct | TranStatus | Behavior |
---|---|---|---|---|
any | 201 Created | Transaction | Approved | Approve immediately |
1269 | 201 Created | Transaction | Approved | Approve after 5 sec |
1270 | 201 Created | Transaction | Approved | Approve after 60 sec |
1271 | 201 Created | Transaction | Approved | Approve after 120 sec |
1369 | 201 Created | Transaction | Declined | Decline immediately |
1370 | 201 Created | Transaction | Declined | Decline after 5 sec |
1371 | 201 Created | Transaction | Declined | Decline after 60 sec |
1372 | 201 Created | Transaction | Declined | Decline with reason "Require to sign on", simulate acquiring host response S0 |
1469 | 201 Created | Transaction | Reversed | Reverse immediately
|
1470 | 201 Created | Transaction | Reversed | Reverse after 5 sec |
1571 | 400 Bad Request | ErrorResponse | N/A | Return Bad Request |
1572 | 401 Unauthorized | ErrorResponse | N/A | Return Unauthorized |
1573 | 403 Forbidden | ErrorResponse | N/A | Return Forbidden |
1574 | 409 Conflict | ErrorResponse | N/A | Return Conflict |
1575 | 500 Internal Server Error | ErrorResponse | N/A | Return Internal Server Error |
1576 | 504 Gateway Timeout | ErrorResponse | N/A | Return Gateway Timeout |