---
title: "List all deposit accounts"
method: GET
path: "/payments/deposit-accounts"
tags: ["Payment"]
---

# List all deposit accounts

`GET /payments/deposit-accounts`

## Query parameters

- `country` string — ISO 3166-1 alpha-2 country code
- `currency` string — ISO 4217 currency code

## Response `200`

Successful operation

- object — List of items
  - `data` object[], required
    - `id` string, uuid, required — A [Universally Unique Identifier (UUID)](https://en.wikipedia.org/wiki/Universally_unique_identifier)
    - `country_code` string, required — ISO 3166-1 alpha-2 country code
    - `account_number` string, required — Non-empty text string
    - `account_type` 'checking' | 'saving', required
    - `account_name` string, required — Non-empty text string
    - `iban` string, required — Non-empty text string
    - `institution` object, required
      - `name` string
      - `branch_name` string
      - `address` string
      - `city` string
      - `zip_code` string
    - `supported_features` object[], required
      - `currency` string, required — ISO 4217 currency code
      - `transfer_method` 'local' | 'swift', required
      - `local_clearing_system` 'ach' | 'fedwire'
      - `routing_codes` object[]
        - `type` 'aba', required
        - `value` string, required
    - `swift_code` string, required — Non-empty text string

---

[API](https://skmtc.net/sivo/apis/sivo-advance-api.md) · [All operations](https://skmtc.net/sivo/apis/sivo-advance-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sivo/sivo-advance-api/revisions/bfbcd2bfed61/schema)
