New Features
Opal

- 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
- 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