---
title: "Get list of source accounts"
method: GET
path: "/v2/sourceAccounts"
tags: ["Source Accounts"]
deprecated: true
---

# Get list of source accounts

`GET /v2/sourceAccounts`

> **Deprecated.**

List source accounts.

## Query parameters

- `physicalAccountName` string
- `physicalAccountId` string, uuid
- `payorId` string, uuid
- `fundingAccountId` string, uuid
- `page` integer
- `pageSize` integer
- `sort` string

## Response `200`

List Source Account response

- ListSourceAccountResponseV2 — List Source Accounts Response Object
  - `page` PagedUserResponsePage
    - `numberOfElements` integer
    - `totalElements` integer
    - `totalPages` integer
    - `page` integer
    - `pageSize` integer
  - `links` ListSourceAccountResponseV2Links[]
    - `rel` string
    - `href` string
  - `content` SourceAccountResponseV2[]
    - `id` string, uuid, required — Source Account Id
    - `balance` integer — Decimal implied
    - `currency` string
    - `fundingRef` string, required
    - `physicalAccountName` string, required
    - `railsId` string, required
    - `payorId` string, uuid
    - `name` string
    - `pooled` boolean, required
    - `balanceVisible` boolean, required
    - `customerId` string, nullable
    - `physicalAccountId` string, uuid
    - `notifications` NotificationsV2
      - `minimumBalance` integer
    - `fundingAccountId` string, uuid, nullable
    - `autoTopUpConfig` AutoTopUpConfigV2
      - `enabled` boolean, required — Is auto top-up enabled? automatically trigger funding to top-up the source account balance when the balance falls below the configured minimum level.
      - `minBalance` integer, nullable — When the payor balance falls below this level then auto top-up will be triggered. Note - This is in minor units.
      - `targetBalance` integer, nullable — When the payor balance falls below the min balance then auto top-up will request funds bring the balance to this level. Note - this is in minor units.
    - `accountType` string, required

## Other responses

- `400` — Invalid request. See Error message payload for details of failure
- `401` — Invalid access token. May be expired or invalid
- `403` — The authentication does not have permissions to access the resource This usually occurs when there is a valid authentication instance (client or user) but they do not have the required permissions
- `404` — The resource was not found or is no longer available

## Changes

> 50 revisions in range; 1 could not be searched.

- **2022-12-20** `27443d5dc998` — 2 info
  - api tag `Source Accounts` added
  - api tag `Funding Manager` removed
- **2022-06-27** `1e7a1734a45c` — 1 info
  - removed the `USD` enum value from the `content/items/currency` response property for the response status `200`
- **2020-09-25** `dd71433847a6` — 4 breaking, 24 info
  - the `errors/items/` response's property type/format changed from ``/`` to `object`/`` for status `400`
  - the `errors/items/` response's property type/format changed from ``/`` to `object`/`` for status `401`
  - the `errors/items/` response's property type/format changed from ``/`` to `object`/`` for status `403`
  - the `errors/items/` response's property type/format changed from ``/`` to `object`/`` for status `404`
  - …24 more
- **2020-06-24** `aded220b0d7b` — 3 breaking, 2 warning, 1 info
  - the response's body type/format changed from `object`/`` to ``/`` for status `404`
  - the response property `content/items/autoTopUpConfig` became optional for the status `200`
  - the `errors/items/` response's property type/format changed from `object`/`` to ``/`` for status `404`
  - for the `query` request parameter `pageSize`, the max was set to `100.00`
  - …2 more
- **2020-03-19** `10644a139f81` — 1 info
  - endpoint deprecated

[Full history](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/changes/v2/sourceAccounts/get.md)

---

[API](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis.md) · [All operations](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/velopaymentsapi/velo-payments-apis/revisions/05c3f09fc50a/schema)
