Simulator
When the C SDK simulator is started on a terminal, its menu will look like this: The table below describes each option on the simulator terminal.Transaction Flow Examples
Below are examples of the flow for each transaction type:- Regular Transaction (Single Session):
- Start a session: with
[0]: Start session. - Present card, wait for authorization and “Thank you” screen.
- Start a session: with
- Multi-Session Transaction:
- Start a session with
[0]: Start session 0. - Present card, wait for authorization and “Thank you” screen.
- Close the relevant session- in this case, use
[1]: Close Session 0.
- Start a session with
See Also
C# SDK Simulator
Test and debug your C# SDK integration without physical hardware.
Java SDK Simulator
Test and debug your Java SDK integration without physical hardware.