Initial Screen
The initial screen on Topper is the amount and asset selection.
To skip this screen on initialization and go straight to authentication, simply add the initial_screen
query parameter to the URL like https://app.topperpay.com/?bt=<bootstrap token>&initial_screen=authentication
.
Amount selection screen | Authentication screen |
---|---|
![]() | ![]() |
What other initial screens are supported?
Currently only the Authentication screen is supported.
Using the Web SDK:
const topper = new TopperWebSdk({ initial_screen: TOPPER_INITIAL_SCREENS.AUTHENTICATION });
topper.initialize({ bootstrapToken: <bootstrap token> });