How Each Usage Mode Works
UI SDK
- A JavaScript snippet is added to the webpage.
- The UI SDK renders directly inside the site, allowing users to interact with it without leaving the application or website.
WebView
- The mobile application opens a WebView, which loads the UI SDK inside it.
- Users interact with the UI SDK without leaving the application.
Redirect
- The user clicks a link or button.
- They are redirected to a DT One-hosted page where they complete the transaction.
- After completing the process, they are returned to the original site or application.
Updated about 2 months ago