---
title: "Get Funding Audit Delta"
method: GET
path: "/v1/deltas/fundings"
tags: ["Funding Manager"]
---

# Get Funding Audit Delta

`GET /v1/deltas/fundings`

Get funding audit deltas for a payor

## Query parameters

- `payorId` string, uuid, required
- `updatedSince` string, date-time, required
- `page` integer
- `pageSize` integer

## Response `200`

Funding Account Deltas

- PageResourceFundingPayorStatusAuditResponseFundingPayorStatusAuditResponse
  - `links` LinkForResponse[]
    - `rel` string
    - `href` string
  - `page` PageForResponse
    - `numberOfElements` integer
    - `totalElements` integer
    - `totalPages` integer
    - `page` integer
    - `pageSize` integer
  - `content` FundingPayorStatusAuditResponse[]
    - `fundingId` string, uuid
    - `amount` integer
    - `currency` CurrencyType
      - `currencyCode` string, required
    - `status` string

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

## Changes

- **2020-01-28** `1b2abf26b5d6` — 6 breaking, 3 warning
  - the response's body type changed from `object` to no type for status `400`
  - the response's body type changed from `object` to no type for status `401`
  - the response's body type changed from `object` to no type for status `403`
  - the `errors/items/` response's property type changed from `object` to no type for status `400`
  - …5 more
- **2019-12-11** `a0b19fa311c0` — 8 breaking, 5 info
  - for the `query` request parameter `pageSize`, default value was changed from `100` to `25`
  - the response property `content/items/fundingId` became optional for the status `200`
  - the response property `content/items/status` became optional for the status `200`
  - the `content/items/status` response property's maxLength was unset from `20` for the response status `200`
  - …9 more
- **2019-10-17** `f27462c28e5f` — 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/deltas/fundings/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/1b2abf26b5d6?raw)
