Flow overview
Step 1: Create a Link token
Your backend requests a Link token from Bluum:Step 2: Launch Plaid Link in your frontend
Use the Plaid Link SDK with the token:Hosted Link alternative
Setenable_hosted_link: true to get a Plaid-hosted URL instead. Redirect the user to hosted_link_url — no Plaid SDK needed. Useful for mobile apps or simpler integrations.
Step 3: Exchange the public token
After the user completes Plaid Link, send thepublic_token to Bluum:
itemId and accountId — you’ll need them for deposits and withdrawals.
Managing funding sources
Multiple bank accounts
Users can link multiple bank accounts. Eachconnect call adds a new funding source. When making deposits or withdrawals, specify which bank account to use via plaid_options.item_id and plaid_options.account_id.