# List virtual IBANs Returns all virtual IBANs bound to the account specified in the request. Endpoint: GET /v1/accounts/{account_id}/virtual_ibans Version: 1.0 ## Path parameters: - `account_id` (string, required) ## Query parameters: - `page[number]` (string) The specific results page to return. See the pagination docs for more details. - `page[size]` (string) The size of the results page to return. See the pagination docs for more details. - `filter[virtual_iban]` (string) Filters the response for a specific virtual IBAN. - `filter[state]` (string) Filters the response for virtual IBANs based on their state ( or ). ## Response 200 fields (*/*): - `id` (string) Unique identifier of the Virtual IBAN. Example: "dfcfdb70-e082-4c79-91de-d32e67a5f2e8" - `virtual_iban` (string) The virtual IBAN. Example: "DE84110101016453209874" - `target_account_bic` (string) BIC of the target account. Example: "SOBKDEB2XXX" - `target_account_iban` (string) IBAN of the target account. Example: "DE84110101019999999999" - `bic` (string) Virtual IBAN BIC. Example: "SOBKDEB2XXX" - `created_at` (string) Date and time when the virtual IBAN was created. Example: "2021-09-10T12:57:59Z" - `currency` (string) Currency of the virtual IBAN. Example: "EUR" - `description` (string) Description of the virtual IBAN. Can be seen by the customer. Example: "Example description" - `disabled_at` (string) Date and time when the virtual IBAN was disabled. if the status is . Example: "null" - `state` (string) The state of the virtual IBAN. Enum: "ENABLED", "DISABLED" - `updated_at` (string) Date and time when the virtual IBAN was last updated. Example: "2021-09-10T12:57:59Z" - `customer_id` (string) ID of the virtual IBAN customer. - `customer_type` (string) Type of the virtual IBAN customer. ## Response 403 fields (*/*): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "403" - `code` (string) Example: "unauthorized_action" - `title` (string) Example: "Unauthorized Action" - `detail` (string) Example: "Unauthorized action is not allowed." ## Response 404 fields (*/*): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "404" - `code` (string) Example: "model_not_found" - `title` (string) Example: "Model Not Found" - `detail` (string) Example: "Couldn't find 'Account' for id 'DE24112233445566'." ## Response 500 fields (*/*): - `id` (string) Example: "e8915041-9d8c-4d96-9dd1-04e8522ecdbf" - `status` (string) Example: "500" - `code` (string) Example: "generic_error" - `title` (string) Example: "Generic Error" - `detail` (string) Example: "There was an error."