---
title: "Get Funding Accounts"
method: GET
path: "/v1/fundingAccounts"
tags: ["Funding Manager"]
---

# Get Funding Accounts

`GET /v1/fundingAccounts`

Get the source accounts.

## Query parameters

- `payorId` string, uuid
- `sourceAccountId` string, uuid
- `page` integer
- `pageSize` integer
- `sort` string
- `sensitive` boolean

## Response `200`

Get Funding Accounts Response

- ListFundingAccountsResponse — List Source Accounts Response Object
  - `page` ListSourceAccountResponsePage
    - `numberOfElements` integer
    - `totalElements` integer
    - `totalPages` integer
    - `page` integer
    - `pageSize` integer
  - `links` ListSourceAccountResponseLinks[]
    - `rel` string
    - `href` string
  - `content` FundingAccountResponse[]
    - `id` string, uuid — Funding Account Id
    - `payorId` string, uuid
    - `accountName` string
    - `accountNumber` string
    - `routingNumber` string
    - `sourceAccountIds` string[]

## Other responses

- `400` — Invalid request. See Error message payload for details of failure
- `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

## Changes

- **2020-01-28** `1b2abf26b5d6` — 4 breaking, 2 warning
  - the response's body type changed from `object` to no type for status `400`
  - the response's body type changed from `object` to no type for status `403`
  - the `errors/items/` response's property type changed from `object` to no type for status `400`
  - the `errors/items/` response's property type changed from `object` to no type for status `403`
  - …2 more
- **2019-12-11** `a0b19fa311c0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/changes/v1/fundingAccounts/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.dev/velopaymentsapi/apis/velo-payments-apis/revisions/1b2abf26b5d6?raw)
