Jump to Content
Fuse
GuidesAPI Reference
v1.0

Log InFuse
Guides
Log In
v1.0
5. Use access token

FUSE CONNECT

  • How Fuse Connect works
  • Quickstart
    • 1. Retrieve your credentials
    • 2. Create a session
    • 3. Create a link token
    • 4. Exchange public token
    • 5. Use access token
  • Transitioning from Plaid to Fuse
    • Server Side Changes - 5 lines of code
  • Overview diagram

SDK INTEGRATION

  • Node.js
  • React
  • iOS
  • Android
  • Flutter
  • React Native
  • Ruby
  • Python
  • Java
  • PHP
  • Go

Webhooks

  • Webhooks overview
  • Models
  • Financial Connection Data Syncing
  • HMAC Verification

Advanced

  • Account fingerprint - Uniquely identifying duplicate accounts during reconnections
  • Aggregator Selection Algorithm
  • Displaying Fuse Connect in an iFrame
  • Testing real account connections in Development Mode
  • Creating your own search UI

Sandbox

  • Getting started with sandbox
  • Sandbox banks
Powered by 

5. Use access token

Suggest Edits

Save the access_token and use it to authenticate requests to the Fuse API on behalf of the linked institution account.

Save the financial_connection_id and use it to identify a financial connection in a webhook.

Updated over 2 years ago