Skip to main contentNew Features
Opal
We’re excited to introduce Opal, our new embedded UI that can easily be dropped into your existing onboarding flow, enabling a white-labeled, seamless connection to Method. It replaces our current Element UI, allowing you to customize the copy, themes, and other UI components to maintain continuity in your interface and prevent users from feeling like they are moving to a third-party app.
Opal has four different components:
- Identity Verification (IDV): collects, confirms, and verifies a user’s identity
- Connect (CXN): surfaces all of a user’s liability accounts
- Account Verification (AVF): verifies credit card details and tokenizes them for payments and checkout use cases
- Transactions (TXN): enables users to select cards that they wish to link transaction data
How it works:
- Opal is a drop-in SDK, designed for quick and easy integration with minimal effort to implement
- Launch with a single token that’s generated with a mode (e.g., connect, card connect, etc.) and whatever additional parameters you choose
- Once launched, Method handles all of the business logic of the flow, automatically orchestrating all of the information the user needs to provide and determining what part of the flow to route the user to next
- Tokens are persistent - users can pick up exactly where they dropped off
- UI is embedded via JavaScript, React, or React Native
For more information, please visit the Opal Quickstart page.