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

# Get list of source accounts

`GET /v1/sourceAccounts`

> **Deprecated.**

List source accounts.

## Query parameters

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

## Response `200`

List Source Account response

- ListSourceAccountResponse — List Source Accounts Response Object
  - `page` ListSourceAccountResponsePage
    - `numberOfElements` integer
    - `totalElements` integer
    - `totalPages` integer
    - `page` integer
    - `pageSize` integer
  - `links` ListSourceAccountResponseLinks[]
    - `rel` string
    - `href` string
  - `content` SourceAccountResponse[]
    - `id` string, uuid — Source Account Id
    - `balance` integer — Decimal implied
    - `currency` 'USD'
    - `fundingRef` string
    - `physicalAccountName` string
    - `railsId` string
    - `payorId` string, uuid
    - `name` string
    - `pooled` boolean
    - `balanceVisible` boolean
    - `customerId` string, nullable
    - `physicalAccountId` string, uuid
    - `fundingAccountId` string, uuid, nullable
    - `accountType` string

## Other responses

- `400` — Invalid Request Parameters
- `401` — Invalid access token. May be expired or invalid
- `404` — Not Found

## Changes

- **2020-09-25** `dd71433847a6` — 1 breaking, 6 info
  - the `errors/items/` response's property type changed from no type to `object` for status `401`
  - added the optional property `errors/items/errorCode` to the response with the `401` status
  - added the optional property `errors/items/errorData` to the response with the `401` status
  - added the optional property `errors/items/localisationDetails` to the response with the `401` status
  - …3 more
- **2020-06-24** `aded220b0d7b` — 2 warning, 1 info
  - for the `query` request parameter `pageSize`, the max was set to `100.00`
  - for the `query` request parameter `pageSize`, the min was set to `1.00`
  - added the optional property `content/items/accountType` to the response with the `200` status
- **2020-01-28** `1b2abf26b5d6` — 4 breaking, 1 warning
  - for the `query` request parameter `sort`, default value `fundingRef:asc` was added
  - added the pattern `[fundingRef]+[:desc|:asc]` to the `query` request parameter `sort`
  - the response's body type changed from `object` to no type for status `401`
  - the `errors/items/` response's property type changed from `object` to no type for status `401`
  - …1 more
- **2019-12-11** `a0b19fa311c0` — 1 info
  - added the non-success response with the status `401`
- **2019-07-15** `ced8e167a97c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/changes/v1/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/da77064fe233/schema)
