Drop-in UI component to securely connect user bank accounts to your application.
Your users initiates the bank account linking process in your application
Generate a Bridge session token on your server
bridge_token
to your client application.Initiate the open banking flow
bridge_token
to your implementation of Bridge.Handle the widget callback
Hosted Script
JavaScript Package
React Package
onSuccess
callback, you’ll receive a paykey object. This object contains all the necessary information about the connected bank account, without exposing sensitive details to your frontend.
Here’s an example of the paykey object you’ll receive: