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
client.embed.linkedBankAccounts.create(LinkedBankAccountCreateParams { account_id, bank_account, description, 6 more } params, RequestOptionsoptions?): LinkedBankAccountV1 { data, meta, response_type }
POST/v1/linked_bank_accounts
List linked bank accounts
client.embed.linkedBankAccounts.list(LinkedBankAccountListParams { account_id, level, page_number, 7 more } params?, RequestOptionsoptions?): PageNumberSchema<Data { id, account_id, bank_account, 8 more } >
GET/v1/linked_bank_accounts
Update a linked bank account
client.embed.linkedBankAccounts.update(stringlinkedBankAccountID, LinkedBankAccountUpdateParams { bank_account, metadata, correlationID, 2 more } params, RequestOptionsoptions?): LinkedBankAccountV1 { data, meta, response_type }
PUT/v1/linked_bank_accounts/{linked_bank_account_id}
Lookup a linked bank account
client.embed.linkedBankAccounts.get(stringlinkedBankAccountID, LinkedBankAccountGetParams { correlationID, requestID } params?, RequestOptionsoptions?): LinkedBankAccountV1 { data, meta, response_type }
GET/v1/linked_bank_accounts/{linked_bank_account_id}
Unmask a linked bank account
client.embed.linkedBankAccounts.unmask(stringlinkedBankAccountID, LinkedBankAccountUnmaskParams { correlationID, requestID } params?, RequestOptionsoptions?): LinkedBankAccountUnmaskV1 { data, meta, response_type }
GET/v1/linked_bank_accounts/{linked_bank_account_id}/unmask
Cancel a linked bank account
client.embed.linkedBankAccounts.cancel(stringlinkedBankAccountID, LinkedBankAccountCancelParams { correlationID, idempotencyKey, requestID } params?, RequestOptionsoptions?): LinkedBankAccountV1 { data, meta, response_type }
PATCH/v1/linked_bank_accounts/{linked_bank_account_id}/cancel