Linked Bank Accounts
Linked bank accounts connect your platform users' external bank accounts to Straddle for settlements and payment funding. Each linked account undergoes automated verification and continuous monitoring. Use linked accounts to manage where clients receive deposits, fund payouts, and track settlement preferences.
Create a linked bank account
List linked bank accounts
Update a linked bank account
Lookup a linked bank account
Unmask a linked bank account
Cancel a linked bank account
ModelsExpand Collapse
type LinkedBankAccountPagedV1 struct{…}
Data []LinkedBankAccountPagedV1Data
AccountID string
The unique identifier of the Straddle account related to this bank account.
Status string
StatusDetail LinkedBankAccountPagedV1DataStatusDetail
Reason string
A machine-readable identifier for the specific status, useful for programmatic handling.
ResponseType LinkedBankAccountPagedV1ResponseType
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.
type LinkedBankAccountUnmaskV1 struct{…}
Data LinkedBankAccountUnmaskV1Data
Status string
StatusDetail LinkedBankAccountUnmaskV1DataStatusDetail
Additional details about the current status of the linked bank account.
Reason string
A machine-readable identifier for the specific status, useful for programmatic handling.
Meta ResponseMetadata
ResponseType LinkedBankAccountUnmaskV1ResponseType
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.
type LinkedBankAccountV1 struct{…}
Data LinkedBankAccountV1Data
AccountID string
The unique identifier of the Straddle account related to this bank account.
StatusDetail LinkedBankAccountV1DataStatusDetail
Reason string
A machine-readable identifier for the specific status, useful for programmatic handling.
Meta ResponseMetadata
ResponseType LinkedBankAccountV1ResponseType
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.