bexio Bank Accounts
bexio_bank_accountsRetrieve bank account details from bexio including name, owner, IBAN, QR-IBAN, currency, and linked accounting account. Supports listing all accounts with pagination or fetching a single account by ID.
Instructions
Read bank accounts configured in bexio (name, owner, IBAN, QR-IBAN, currency, linked accounting account). Actions: "list" (all bank accounts, optional limit/offset), "get" (single account by numeric id). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Bank account id (required for "get") | |
| limit | No | Max results for "list" | |
| action | Yes | Operation to perform | |
| offset | No | Results to skip for "list" |