---
title: "Get list of source accounts"
method: GET
path: "/v2/sourceAccounts"
tags: ["Funding Manager"]
---

# Get list of source accounts

`GET /v2/sourceAccounts`

List source accounts.

## Query parameters

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

## Response `200`

List Source Account response

- ListSourceAccountResponseV2 — List Source Accounts Response Object
  - `page` ListSourceAccountResponseV2Page
    - `numberOfElements` integer
    - `totalElements` integer
    - `totalPages` integer
    - `page` integer
    - `pageSize` integer
  - `links` ListSourceAccountResponseLinks[]
    - `rel` string
    - `href` string
  - `content` SourceAccountResponseV2[]
    - `id` string, uuid, required — Source Account Id
    - `balance` number — Decimal implied
    - `currency` 'USD'
    - `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` Notifications
      - `minimumBalance` integer
    - `fundingAccountId` string, uuid, nullable
    - `autoTopUpConfig` AutoTopUpConfig, required
      - `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` number, nullable — When the payor balance falls below this level then auto top-up will be triggered. Note - This is in minor units.
      - `targetBalance` number, 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.

## Other responses

- `400` — Invalid Request Parameters
- `404` — Not Found

## Changes

- **2019-07-15** `ced8e167a97c` — 7 breaking, 3 warning, 7 info
  - for the `query` request parameter `sort`, default value `fundingRef:asc` was removed
  - removed the media type `application/json` for the response with the status `400`
  - removed the media type `application/json` for the response with the status `404`
  - the `content/items/autoTopUpConfig/minBalance` response's property type changed from `integer` to `number`, and format from `int64` to `int32` for status `200`
  - …13 more

[Change 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/ced8e167a97c/schema)
