Hosted OneSDK (Low-Code)

An alternative low-code integration for customers that want to onboard as soon as possible with as litle as possible.

Subscription Required

Hosted OneSDK is available through a monthly subscription. Contact your customer success manager to get started. Our team will handle the setup process for you.

Overview

Hosted OneSDK Overview
Automatic Updates

Stay current with automatic security and compliance updates

Low-Code Solution

Minimize engineering effort and accelerate deployment

Multi-Platform

Single API for both web and mobile applications

Managed Service

FrankieOne handles hosting and maintenance

Key Benefits

Implementation Guide

1

Generate Onboarding URL

Use the Hosted Onboarding API to create your URL.

1{
2 "applicationRef": "UNIQUE_APPLICATION_REF",
3 "customerRef": "UNIQUE_REFERENCE",
4 "consent": true,
5 "flowId": "idv",
6 "phoneNumber": "04xxxxxxxx",
7 "phoneCode": "+61",
8 "recipientName": "TEST",
9 "sendSMS": true
10}
SMS Delivery

Enable automatic SMS delivery by setting sendSMS: true and providing a phoneNumber. Contact Technical Support to customize SMS content and URL expiry.

2

Configure Entity Profile (Optional)

Update the entity profile to specify verification requirements:

1{
2 "entityId": "your_entity_id",
3 "entityProfile": "your_recipe_name"
4}
3

Implement URL Handling

1webAppInterface = WebAppInterface(requireContext())
2binding.webView.apply {
3 webViewClient = MyWebViewClient()
4 webChromeClient = MyWebChromeClient()
5 addJavascriptInterface(webAppInterface, "Android")
6 loadUrl("https://verify.uat.frankie.one?t=dFLfq4pbfMfnWUZ4SR8W5i")
7}

Portal Integration

The Portal provides additional capabilities for managing onboarding URLs and document collection.

Sending Onboarding URLs

1

Access Entity Profile

Navigate to the entity profile page or create a new profile

2

Generate QR Code

QR Code Example
Mobile Access QR Code
3

Track Progress

Monitor profile updates as users complete onboarding

Document Collection for KYB

Documents will appear in the “Supporting Documents” tab of the business entity’s Portal profile once uploaded.

Built with