Linked Bank Accounts
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
class LinkedBankAccountPagedV1: …
data: List[Data]
id: str
Unique identifier for the linked bank account.
account_id: Optional[str]
The unique identifier of the Straddle account related to this bank account.
bank_account: DataBankAccount
created_at: datetime
Timestamp of when the bank account object was created.
purposes: List[Literal["charges", "payouts", "billing"]]
The purposes for the linked bank account.
status: Literal["created", "onboarding", "active", 3 more]
The current status of the linked bank account.
status_detail: DataStatusDetail
code: str
A machine-readable code for the specific status, useful for programmatic handling.
message: str
A human-readable message describing the current status.
reason: Literal["unverified", "in_review", "pending", 5 more]
A machine-readable identifier for the specific status, useful for programmatic handling.
source: Literal["watchtower"]
Identifies the origin of the status change (e.g., watchtower). This helps in tracking the cause of status updates.
updated_at: datetime
Timestamp of the most recent update to the linked bank account.
description: Optional[str]
Optional description for the bank account.
metadata: Optional[Dict[str, Optional[str]]]
Up to 20 additional user-defined key-value pairs. Useful for storing additional information about the linked bank account in a structured format.
platform_id: Optional[str]
The unique identifier of the Straddle Platform relatd to this bank account.
Metadata about the API request, including an identifier, timestamp, and pagination details.
api_request_id: str
Unique identifier for this API request, useful for troubleshooting.
api_request_timestamp: datetime
Timestamp for this API request, useful for troubleshooting.
max_page_size: int
Maximum allowed page size for this endpoint.
page_number: int
Page number for paginated results.
page_size: int
Number of items per page in this response.
sort_by: str
The field that the results were sorted by.
sort_order: Literal["asc", "desc"]
total_items: int
Total number of items returned in this response.
total_pages: int
The number of pages available.
response_type: Literal["object", "array", "error", "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.
class LinkedBankAccountUnmaskV1: …
data: Data
id: str
Unique identifier for the linked bank account.
account_id: str
Unique identifier for the Straddle account related to this bank account.
bank_account: DataBankAccount
The bank account details associated with the linked bank account.
created_at: datetime
Timestamp of when the linked bank account was created.
status: Literal["created", "onboarding", "active", 3 more]
The current status of the linked bank account.
status_detail: DataStatusDetail
Additional details about the current status of the linked bank account.
code: str
A machine-readable code for the specific status, useful for programmatic handling.
message: str
A human-readable message describing the current status.
reason: Literal["unverified", "in_review", "pending", 5 more]
A machine-readable identifier for the specific status, useful for programmatic handling.
source: Literal["watchtower"]
Identifies the origin of the status change (e.g., watchtower). This helps in tracking the cause of status updates.
updated_at: datetime
Timestamp of when the linked bank account was last updated.
Metadata about the API request, including an identifier and timestamp.
api_request_id: str
Unique identifier for this API request, useful for troubleshooting.
api_request_timestamp: datetime
Timestamp for this API request, useful for troubleshooting.
response_type: Literal["object", "array", "error", "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.
class LinkedBankAccountV1: …
data: Data
id: str
Unique identifier for the linked bank account.
account_id: Optional[str]
The unique identifier of the Straddle account related to this bank account.
bank_account: DataBankAccount
created_at: datetime
Timestamp of when the bank account object was created.
purposes: List[Literal["charges", "payouts", "billing"]]
The purposes for the linked bank account.
status: Literal["created", "onboarding", "active", 3 more]
The current status of the linked bank account.
status_detail: DataStatusDetail
code: str
A machine-readable code for the specific status, useful for programmatic handling.
message: str
A human-readable message describing the current status.
reason: Literal["unverified", "in_review", "pending", 5 more]
A machine-readable identifier for the specific status, useful for programmatic handling.
source: Literal["watchtower"]
Identifies the origin of the status change (e.g., watchtower). This helps in tracking the cause of status updates.
updated_at: datetime
Timestamp of the most recent update to the linked bank account.
description: Optional[str]
Optional description for the bank account.
metadata: Optional[Dict[str, Optional[str]]]
Up to 20 additional user-defined key-value pairs. Useful for storing additional information about the linked bank account in a structured format.
platform_id: Optional[str]
The unique identifier of the Straddle Platform relatd to this bank account.
Metadata about the API request, including an identifier and timestamp.
api_request_id: str
Unique identifier for this API request, useful for troubleshooting.
api_request_timestamp: datetime
Timestamp for this API request, useful for troubleshooting.
response_type: Literal["object", "array", "error", "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.