Skip to content
  • Auto
  • Light
  • Dark
Get started
View as Markdown
Copy Markdown

Open in Claude
Open in ChatGPT

Bridge

Create a Widget session token
bridge.initialize_(**kwargs) -> BridgeTokenV1 { data, meta, response_type }
post/v1/bridge/initialize
ModelsExpand Collapse
class BridgeTokenV1 { data, meta, response_type }
data: { bridge_token}
bridge_token: String

JWT Token to use in the bridge widget.

meta: ResponseMetadata { api_request_id, api_request_timestamp }

Metadata about the API request, including an identifier and timestamp.

api_request_id: String

Unique identifier for this API request, useful for troubleshooting.

formatuuid
api_request_timestamp: Time

Timestamp for this API request, useful for troubleshooting.

formatdate-time
response_type: :object | :array | :error | :none

Indicates the structure of the returned content.

  • "object" means the data field contains a single JSON object.
  • "array" means the data field contains an array of objects.
  • "error" means the data field contains an error object with details of the issue.
  • "none" means no data is returned.
Accepts one of the following:
:object
:array
:error
:none
Bridge a bank account
bridge.link.bank_account(**kwargs) -> PaykeyV1 { data, meta, response_type }
post/v1/bridge/bank_account
Bridge a Plaid token
bridge.link.plaid(**kwargs) -> PaykeyV1 { data, meta, response_type }
post/v1/bridge/plaid
Create Tan
bridge.link.create_tan(**kwargs) -> LinkCreateTanResponse { data, meta, response_type }
post/v1/bridge/tan
Create a paykey from a Quiltt token
bridge.link.create_paykey(**kwargs) -> LinkCreatePaykeyResponse { data, meta, response_type }
post/v1/bridge/quiltt