Available Usage Modes

UI SDK

A script that runs directly inside a website or web-based application, displaying the UI SDK as part of the existing page.

  • User Experience: Users stay within the customer's website or application
  • Technical Effort: Low
  • Suited to: Websites and Web Applications
  • Implementation: Add a script tag to the webpage

WebView

A way to display the prebuilt user flow inside a mobile application by loading it into a WebView.

  • User Experience: Integrated inside mobile application
  • Technical Effort: Minimal
  • Suited to: Native Mobile Applications
  • Implementation: Load a WebView

Redirect

A simple way to provide access to the user flow by directing users to a DT One-hosted page where they complete the transaction before returning.

  • User Experience: Takes user to a hosted page, then returns them.
  • Technical Effort: Minimal
  • Suited to: Any platform
  • Implementation: Redirect users to a DT One-hosted web page

I