Bridge
Create a Widget session token
client.bridge.initialize(BridgeInitializeParams { customer_id, config, external_id, 4 more } params, RequestOptionsoptions?): BridgeTokenV1 { data, meta, response_type }
/v1/bridge/initialize
Models
BridgeLink
Bridge a bank account
client.bridge.link.bankAccount(LinkBankAccountParams { account_number, account_type, customer_id, 8 more } params, RequestOptionsoptions?): PaykeyV1 { data, meta, response_type }
/v1/bridge/bank_account
Bridge a Plaid token
client.bridge.link.plaid(LinkPlaidParams { customer_id, plaid_token, config, 6 more } params, RequestOptionsoptions?): PaykeyV1 { data, meta, response_type }
/v1/bridge/plaid
Create Tan
client.bridge.link.createTan(LinkCreateTanParams { account_type, customer_id, routing_number, 8 more } params, RequestOptionsoptions?): LinkCreateTanResponse { data, meta, response_type }
/v1/bridge/tan
Create a paykey from a Quiltt token
client.bridge.link.createPaykey(LinkCreatePaykeyParams { customer_id, quiltt_token, config, 6 more } params, RequestOptionsoptions?): LinkCreatePaykeyResponse { data, meta, response_type }
/v1/bridge/quiltt