Testing and Scenarios
Test your integration during development by automatically simulating the result as if a terminal was real. This means that you do not need to have a physical terminal to test your integration. We leverage TID in sandbox mode so that you can emulate any amounts on both payments, partial cashouts and refunds.
Test Scenarios
Use the following Terminal IDs to simulate interaction scenarios. Other Terminal IDs will be rejected during test mode.
Scenario | TID | Notes |
---|---|---|
Approved Fast | 1001 | The entire transaction should take between 10-30 seconds, and will approved. |
Approved Slow | 1002 | Each stage of the transaction may be between 10-30 seconds. |
Approved Retry | 1003 | The card will fail to read and a terminalProgress message will update. |
Approved Key Pin | 1004 | A terminal progress message for customer to key pin will be presented. |
Approved Prompt Before | 1005 | A prompt on the terminal will be present before the transaction has processed. |
Approved Prompt After | 1006 | A prompt on the terminal will be present after the transaction has processed. |
Approved Prompt Unanswered | 1007 | An unanswered prompt on the terminal will be present after the transaction has processed. |
Declined Fast | 1008 | The entire transaction should take between 10-30 seconds, and will decline. |
Declined Slow | 1009 | Delay for initiation and processing may be between 10-30 seconds. |
Input Timeout | 1010 | The terminal will timeout waiting for input. |
Terminal Busy | 1011 | The terminal will be busy and unable to process the transaction. |
Cancelled By Terminal | 1012 | The terminal will cancel the transaction. |
Terminal Not Paired | 1013 | Create Pay Request, Answer Terminal Prompt and Cancel Pay Request will fail with TERMINAL_NOT_PAIRED error code. |
Important
Test scenarios will immediately be run once you create a pay request, however to simulate real-world experiences, each scenario will be run in a randomly generated time-range. Most scenarios stages will be run between 3-10 seconds, however some scenarios may take up to 30 seconds to complete if they are defined as "Slow".
This is to emulate the true experience of terminal payment initiation and processing. Such as, time taking to swipe your card, or the time taken for processing to occur.