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

# 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
  - `createdAt` string, date-time, required — The date and time the funding was created
  - `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
  - `allocatedAt` string, date-time — Populated only if the funding has been allocated. The date and time the funding was allocated.
  - `allocationDate` string, date-time — Populated with allocatedAt if allocated otherwise createdAt. Deprecated in v2.36 - will be removed in the future.
  - `reason` string
  - `hiddenDate` string, date-time
  - `fundingAccountType` string, required — Funding Account Type. One of the following values: FBO, 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

---

[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/revisions/05c3f09fc50a/schema)
