v1

latestOpenAPI 3.0.12026-07-243168176.7 KB
Financial Connections

Migrate financial connection

This endpoint migrates financial connections from Plaid or MX into the unified Fuse API. It accepts a POST request with connection data, aggregator, entity, and Fuse products, and responds with a JSON payload containing the migrated connection's data, access token, ID, and request ID.

post/v1/financial_connections/migrate

Headers

Fuse-Client-Idstring required
Fuse-Api-Keystring required
Plaid-Client-Idstring
Plaid-Secretstring
Teller-Application-Idstring
Teller-Certificatestring
Teller-Private-Keystring
Teller-Token-Signing-Keystring
Teller-Signing-Secretstring
Mx-Client-Idstring
Mx-Api-Keystring
Snaptrade-Client-Idstring
Snaptrade-Consumer-Keystring
Flinks-Ca-Customer-Idstring
Flinks-Us-Customer-Idstring
Flinks-Us-Instance-Idstring
Flinks-Ca-Instance-Idstring
Mono-Public-Keystring
Mono-Secret-Keystring
Mono-Webhook-Secretstring
TrueLayer-Client-Idstring
TrueLayer-Client-Secretstring
Finverse-Client-Idstring
Finverse-Client-Secretstring
Belvo-Secret-Idstring
Belvo-Secret-Passwordstring
Finicity-Partner-Secretstring
Finicity-Partner-Idstring
Finicity-App-Keystring
Basiq-Api-Keystring
Akoya-Client-Idstring
Akoya-Client-Secretstring
SaltEdge-App-Idstring
SaltEdge-App-Secretstring

Request body

aggregator'plaid' | 'mx' | 'teller' required

The aggregator being migrated (either 'plaid', 'mx' or 'teller).

fuse_productsstring[] required

A list of Fuse products that the migrated connection will have access to.

Response

Success

fuse_access_tokenstring required

Fuse access token for the fuse connection

fuse_financial_connection_idstring required

Financial connection id for the fuse connection

request_idstring

An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues.