Skip to main content
Method Elements will no longer be supported or maintained beginning December 31st, 2025. We recommend using Method Opal for all new integrations. If you are currently using Elements, please reach out to your CSM to discuss your migration options.
After creating a Connect Element token, you can launch a Connect session in a webview.

Initializing the Connect Element

The Connect Element is optimized to work within Webviews, including on iOS and Android. Open a webview in your app to your desired environment using the element_token you generated. Example: Using the Element SDK (recommended):
method.open('pk_elem_BtzySdrQGFmLdAPw5gXSQNCxQkhCkT3K');
Without SDK:
https://elements.production.methodfi.com/
  ?token=pk_elem_4PpMTPcchb49VBjwP3bREKhMN93hrQHR
I