---
title: "Get Source Account"
method: GET
path: "/v2/sourceAccounts/{sourceAccountId}"
tags: ["Source Accounts"]
deprecated: true
---

# Get Source Account

`GET /v2/sourceAccounts/{sourceAccountId}`

> **Deprecated.**

Get details about given source account.

## Path parameters

- `sourceAccountId` string, uuid, required

## Response `200`

Source account response

- SourceAccountResponseV2
  - `id` string, uuid, required — Source Account Id
  - `balance` integer — Decimal implied
  - `currency` string
  - `fundingRef` string, required
  - `physicalAccountName` string, required
  - `railsId` string, required
  - `payorId` string, uuid
  - `name` string
  - `pooled` boolean, required
  - `balanceVisible` boolean, required
  - `customerId` string, nullable
  - `physicalAccountId` string, uuid
  - `notifications` NotificationsV2
    - `minimumBalance` integer
  - `fundingAccountId` string, uuid, nullable
  - `autoTopUpConfig` AutoTopUpConfigV2
    - `enabled` boolean, required — Is auto top-up enabled? automatically trigger funding to top-up the source account balance when the balance falls below the configured minimum level.
    - `minBalance` integer, nullable — When the payor balance falls below this level then auto top-up will be triggered. Note - This is in minor units.
    - `targetBalance` integer, nullable — When the payor balance falls below the min balance then auto top-up will request funds bring the balance to this level. Note - this is in minor units.
  - `accountType` string, required

## Other responses

- `400` — Invalid request. See Error message payload for details of failure
- `401` — Invalid access token. May be expired or invalid
- `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
- `404` — The resource was not found or is no longer available

---

[API](https://skmtc.net/velopaymentsapi/apis/velo-payments-apis.md) · [All operations](https://skmtc.net/velopaymentsapi/apis/velo-payments-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/velopaymentsapi/velo-payments-apis/versions/05c3f09fc50a/schema)
