---
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` number — 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

## Other responses

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

## Changes

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