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

# Get details about given source account.

`GET /v3/sourceAccounts/{sourceAccountId}`

Get details about given source account.

## Path parameters

- `sourceAccountId` string, uuid, required

## Response `200`

Source account response

- SourceAccountResponseV3
  - `id` string, uuid, required — Source Account Id
  - `balance` integer — Decimal implied
  - `currency` 'USD' | 'EUR' | 'GBP' | 'CAD' | 'HKD'
  - `fundingRef` string — The funding reference (will not be set for DECOUPLED accounts).
  - `physicalAccountName` string — The physical account name (will not be set for DECOUPLED accounts).
  - `railsId` string, required
  - `payorId` string, uuid
  - `name` string
  - `pooled` boolean — The pooled account flag (will not be set for DECOUPLED accounts).
  - `customerId` string, nullable
  - `physicalAccountId` string, uuid — The physical account id (will not be set for DECOUPLED accounts).
  - `notifications` Notifications2
    - `minimumBalance` integer
  - `autoTopUpConfig` AutoTopUpConfig2
    - `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.
    - `fundingAccountId` string, uuid — Id of funding account from which to pull funds when auto top-up is triggered. Note - if this is not set then auto top-up is effectively disabled.
  - `type` string, required
  - `country` string — The two character ISO country code for the associated account
  - `deleted` boolean — An optional flag for whether the source account has been deleted. Only present in the response if true.
  - `userDeleted` boolean — An optional flag for whether the source account has been deleted by a user. Only present in the response if true.
  - `deletedAt` string, date-time — An optional timestamp when the source account has been deleted. Only present in the response if deleted.

## 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

## Changes

- **2021-05-04** `5280d78a309d` — 1 warning, 3 info
  - removed the optional property `archived` from the response with the `200` status
  - added the optional property `deleted` to the response with the `200` status
  - added the optional property `deletedAt` to the response with the `200` status
  - added the optional property `userDeleted` to the response with the `200` status
- **2020-09-25** `dd71433847a6` — 4 breaking, 24 info
  - the `errors/items/` response's property type changed from no type to `object` for status `400`
  - 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 `403`
  - the `errors/items/` response's property type changed from no type to `object` for status `404`
  - …24 more
- **2020-06-24** `aded220b0d7b` — 7 breaking, 4 warning, 3 info
  - the response's body type changed from `object` to no type for status `404`
  - the response property `autoTopUpConfig` became optional for the status `200`
  - the response property `fundingRef` became optional for the status `200`
  - the response property `physicalAccountName` became optional for the status `200`
  - …10 more
- **2020-03-19** `10644a139f81` — 1 info
  - endpoint added
- **2019-07-15** `ced8e167a97c` — 1 breaking
  - api path removed without deprecation

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