---
title: "Get details about given source account."
method: GET
path: "/v1/sourceAccounts/{sourceAccountId}"
tags: ["Funding Manager"]
deprecated: true
---

# Get details about given source account.

`GET /v1/sourceAccounts/{sourceAccountId}`

> **Deprecated.**

Get details about given source account.

## Path parameters

- `sourceAccountId` string, uuid, required

## Response `200`

Source account response

- 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` — Bad Request, Invalid path parameter
- `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/:sourceAccountId/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)
