---
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` 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` — Bad Request, Invalid path parameter
- `401` — Invalid access token. May be expired or invalid
- `404` — The resource was not found or is no longer available

## Changes

- **2020-09-25** `dd71433847a6` — 2 breaking, 12 info
  - the `errors/items/` response's property type changed from no type to `object` for status `401`
  - the `errors/items/` response's property type changed from no type to `object` for status `404`
  - added the optional property `errors/items/errorCode` to the response with the `401` status
  - added the optional property `errors/items/errorCode` to the response with the `404` status
  - …10 more
- **2020-06-24** `aded220b0d7b` — 2 breaking, 1 info
  - the response's body type changed from `object` to no type for status `404`
  - the `errors/items/` response's property type changed from `object` to no type for status `404`
  - added the optional property `accountType` to the response with the `200` status
- **2020-01-28** `1b2abf26b5d6` — 2 breaking, 2 warning
  - 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`
  - added the new `requestParam` enum value to the `errors/items/locationType` response property for the response status `401`
  - added the new `requestParam` enum value to the `errors/items/locationType` response property for the response status `404`
- **2019-12-11** `a0b19fa311c0` — 2 info
  - added the media type `application/json` for the response with the status `404`
  - 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/: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/da77064fe233/schema)
