Understand how to use Test Mode to test integrations before go live
Test Mode allows developers to test Supertab Experiences without processing real transactions.
Using test cards, developers can simulate payment scenarios and toggle between Test and Live modes through the Experience Editor. Identity verification (KYC) and providing financial information for payouts can be deferred until you’re ready to go live. You can create Sites, Offerings, and Experiences without completing this step; however, it must be finalized before enabling Live Mode and accepting payments.
Test mode replicates Live Mode behavior, except no real transactions occur. This allows comprehensive testing of all APIs and integration flows.
Each Site generates a Test Client and a Live Client. The Experience Editor automatically uses the correct ID based on the selected mode.
The Installation tab in the Experience Editor allow toggling between modes and provides ready-to-use code snippets, eliminating the need for manual ID swapping.
To create or edit an Experience, go to the Experiences section of the Business Portal. Here, you’ll find a list of existing Experiences and the option to add a new one.
When adding a new Experience or editing an existing one, you will be taken to the Experience Editor.
In the Installation tab of the Experience Editor, there is an option to toggle between Test Mode and Live Mode.
Switching modes automatically updates the installation code provided, so developers can simply copy the correct snippet without changing client IDs manually.
The code must be installed on all pages where the Experience is intended to be displayed.