Transaction Emulator
Overview
The Stitch platform includes a transaction emulator designed for development and testing purposes. This emulator allows you to simulate various transaction scenarios without processing actual payments.
Testing Methodology
Basic Response Code Testing
The emulator uses a simple but effective method to generate different response codes based on the transaction amount:
- The decimal portion of the amount determines the response code
- For example: A sale amount of
$10.51
will return response code51
(insufficient funds) - To get an approved transaction, use a whole number amount (e.g.,
$10.00
) - If no description exists for a specific code (e.g.,
06
), an error will be returned
PIN validation is performed before applying other rules. See the Test Cards section for valid PINs.
Special Testing Scenarios
Single Tap & PIN Testing (50.05)
To test the Single Tap & PIN flow:
- Use the exact amount
$50.05
with the single tap & PIN indicator set - Without a PIN: Returns response code
65
(exceeds withdrawal/frequency limit, request PIN) - With a valid PIN: Returns
00
(approved)
Fall-Forward Testing (.65)
To test the fall-forward scenario (chip transaction after contactless decline):
- Use a chip entry mode with an amount ending in
.65
(e.g.,$10.65
) - Returns response code
00
(approved) instead of65
- This simulates a successful chip transaction after a contactless transaction was declined
Timeout Simulation (.69)
To simulate a transaction timeout:
- Use any amount with decimal value
.69
(e.g.,$10.69
) - The emulator will not send a response
- After approximately 30 seconds, the Stitch platform will return a failed result with code
N0
(acquirer transaction timed out)
Response Delay Testing
To test your application's handling of delayed responses, use these amounts:
Amount | Delay |
---|---|
$10.10 | 10 seconds |
$20.20 | 20 seconds |
$30.30 | 30 seconds |
$40.40 | 40 seconds |
$50.50 | 50 seconds |
$60.60 | 60 seconds |
$70.70 | 70 seconds |
$80.80 | 80 seconds |
$90.90 | 90 seconds |
All these transactions will eventually return an approval, but with the specified delay.
Test Cards
The emulator validates PINs for the following test cards. If an incorrect PIN is provided, response code 55
(incorrect personal identification number) will be returned.
Card Number | PIN |
---|---|
4761739001010010 | 1234 |
4761739001010226 | 1234 |
5413330089600036 | 4315 |
5413330089700554 | 4315 |
6799998900000060018 | 4315 |
36070500001038 | 1234 |
For card numbers not listed above, PIN validation is skipped and any PIN can be used.