Link
Bridge provides a comprehensive suite of tools for connecting customer bank accounts. Use it to generate secure widget sessions for instant account verification, accept tokens from major providers like Plaid and Finicity, or verify accounts directly via our API. Bridge handles all sensitive banking credentials and ensures secure, compliant connections with support for 90% of US bank accounts.
Bridge a bank account
Bridge a Plaid token
Create Tan
Create a paykey from a Quiltt token
ModelsExpand Collapse
LinkCreateTanResponse = object { data, meta, response_type }
data: object { id, config, created_at, 13 more }
label: string
Human-readable label that combines the bank name and masked account number to help easility represent this paykey in a UI
paykey: string
The tokenized paykey value. This token is used to create payments and should be stored securely.
bank_data: optional object { account_number, account_type, routing_number }
external_id: optional string
Unique identifier for the paykey in your database, used for cross-referencing between Straddle and your systems.
metadata: optional map[string]
Up to 20 additional user-defined key-value pairs. Useful for storing additional information about the paykey in a structured format.
response_type: "object" or "array" or "error" or "none"
Indicates the structure of the returned content.
- "object" means the
datafield contains a single JSON object. - "array" means the
datafield contains an array of objects. - "error" means the
datafield contains an error object with details of the issue. - "none" means no data is returned.
LinkCreatePaykeyResponse = object { data, meta, response_type }
data: object { id, config, created_at, 13 more }
label: string
Human-readable label that combines the bank name and masked account number to help easility represent this paykey in a UI
paykey: string
The tokenized paykey value. This token is used to create payments and should be stored securely.
bank_data: optional object { account_number, account_type, routing_number }
external_id: optional string
Unique identifier for the paykey in your database, used for cross-referencing between Straddle and your systems.
metadata: optional map[string]
Up to 20 additional user-defined key-value pairs. Useful for storing additional information about the paykey in a structured format.
response_type: "object" or "array" or "error" or "none"
Indicates the structure of the returned content.
- "object" means the
datafield contains a single JSON object. - "array" means the
datafield contains an array of objects. - "error" means the
datafield contains an error object with details of the issue. - "none" means no data is returned.