logo

Integration Types Guide

Desktop

We currently support two integration types for Stably Ramp:
  1. iFrame integration: This allows you to easily insert Stably Ramp into the DOM node of your choice (NOTE: the minimum dimensions are 400 x 680 px).
    1. Codepen example
  1. External link integration: Simply redirect your user to ramp.stably.io. No extra work is needed! Just add a link to Stably Ramp in your application.

Mobile

💡
Due to technical limitations with third-party party plugins that Stably utilizes, a simple WebView integration on mobile is currently not possible. We recommend going with one of the three approaches mentioned below.
  1. External link integration: Open up Stably Ramp in a new browser tab.
      • This is the easiest form of integration and works as expected.
  1. Trade page integration: Only the first trade page is shown in your application. When a user clicks “Proceed” (or “Login”), Stably Ramp is opened in a new browser tab.
      • For this to work you need to include _blank=1 in the URL and allow for opening up external links in the native browser via the WebView.
  1. WebView integration with browser tabs: This offers the best UX since users will stay in your application and do not have to open a new browser window.
      • It should take less than 30 minutes to follow this approach.
💡
In the near future, Stably will provide an SDK for mobile integrators with additional features. If you have a specific feature or a use case you’d like us to consider, please contact our Head of Product, Markus, at markus@stably.io.