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

# Get details about given source account.

`GET /v2/sourceAccounts/{sourceAccountId}`

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` number — Decimal implied
  - `currency` 'USD'
  - `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` Notifications
    - `minimumBalance` integer
  - `fundingAccountId` string, uuid, nullable
  - `autoTopUpConfig` AutoTopUpConfig, required
    - `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` number, nullable — When the payor balance falls below this level then auto top-up will be triggered. Note - This is in minor units.
    - `targetBalance` number, 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.

## Other responses

- `400` — Bad Request, Invalid path parameter
- `404` — Not found

## Changes

- **2019-07-15** `ced8e167a97c` — 6 breaking, 1 warning, 6 info
  - removed the media type `application/json` for the response with the status `400`
  - removed the media type `application/json` for the response with the status `404`
  - the `autoTopUpConfig/minBalance` response's property type changed from `integer` to `number`, and format from `int64` to `int32` for status `200`
  - the `autoTopUpConfig/targetBalance` response's property type changed from `integer` to `number`, and format from `int64` to `int32` for status `200`
  - …9 more

[Change history](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/changes/v2/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)
