OneSDK Quickstart Guide

OneSDK provides two implementation approaches to match your technical requirements and customization needs.

Technical Requirements

Frontend Knowledge
  • Frontend frameworks (React, Vue, Angular)
  • NPM
Dev Environment
  • Node.js 18+
  • TypeScript 5+

Getting Started

Always use environment-specific credentials and never commit API keys to version control.

1

Obtain Your Credentials

You’ll need the following for both UAT and Production:

- Customer ID
- API Keys

Don’t have credentials? Contact FrankieOne Support to get started.

2

Get OneSDK on your Web App

Our SDK supports two integration methods to fit your development workflow, using CDN and NPM.

Use this method if you’re working with plain HTML/JavaScript or as a fallback if you’re having issues with NPM integration.

Just include the following script tag in your HTML file:

1 <html>
2 <head>
3 <script src="https://assets.frankiefinancial.io/one-sdk/v1/oneSdk.umd.js">
4 </script>
5 </head>
6 </html>