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

# 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` string — 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.
    - `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

---

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