This independent guide reflects
@mono.co/connect.js 2.2.0. For production decisions, use Mono’s official financial data documentation and the Connect.js source.Choose a flow
Link an account
Open the widget, receive an auth code, and exchange it for an account ID on your backend.
Reauthorize an account
Reconnect a previously linked account by passing its Mono account ID to
reauthorise().Start a payment flow
Configure the widget with the payments scope and payment data.
Use a framework
Follow browser-lifecycle examples for React, Angular, and Next.js.
Install
Minimal account-linking example
The account-linking path requires a public key,auth scope, customer data, and a success callback. Call setup() before open().