Desktop
We currently support two integration types for Stably Ramp
- iFrame integration allows you to easily insert Stably Ramp into the DOM node of your choice. (Note: The minimum dimensions are 400 x 680 px)
Codepen Example
- External link integration This is is pretty straightforward - the only thing you need to do is to redirect your user to https://ramp.stably.io/. No extra work needed! Just add a link to your app.
Example
Mobile
Due to technical limitations with 3rd party plugins that Stably uses, a simple WebView integration on mobile is currently not possible. We recommend going with one of the three approaches mentioned below.
- External link integration: Open up Stably Ramp in a new browser tab
- This is the easiest form of integration and works as expected
Example
- 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 - Here is a gist for Flutter: https://gist.github.com/markusait/071e302052ac4e06144f1863578bf280
- WebView integration with browser tabs: This offers the best UX since users will stay in your app and do not have to open a new browser window.
- It should take less than an hour to follow this approach
- Code examples
In the future Stably will provide an SDK for mobile integrators with additional features. If you have a specific feature you want or use-case you want us to consider please let your account manager know.