---
title: "Get Funding"
method: GET
path: "/v1/fundings/{fundingId}"
tags: ["Funding Manager"]
---

# Get Funding

`GET /v1/fundings/{fundingId}`

Get Funding by Id

## Path parameters

- `fundingId` string, uuid, required

## Response `200`

Funding response

- FundingResponse
  - `fundingId` string, uuid, required
  - `payorId` string, uuid, required
  - `allocationDate` string, date-time, required
  - `detectedFundingRef` string
  - `amount` integer, required
  - `currency` string, required — Valid ISO 4217 3 letter currency code. See the <a href="https://www.iso.org/iso-4217-currency-codes.html" target="_blank" a>ISO specification</a> for details.
  - `text` string
  - `physicalAccountName` string
  - `sourceAccountId` string, uuid
  - `allocationType` string — Funding Allocation Type. One of the following values: AUTOMATIC, MANUAL
  - `reason` string
  - `hiddenDate` string, date-time
  - `fundingAccountType` string, required — Funding Account Type. One of the following values: FBO, WUBS_DECOUPLED, PRIVATE
  - `status` string, required — Current status of the funding. One of the follwing values: PENDING, UNALLOCATED, ALLOCATED, HIDDEN, RETURNED, RETURNING, BULK_RETURN, OTHER

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

- **2022-12-19** `25a3d8f6e24a` — 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/v1/fundings/:fundingId/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.dev/velopaymentsapi/apis/velo-payments-apis/revisions/25a3d8f6e24a?raw)
