---
title: "V1 Get Fundings for Payor"
method: GET
path: "/v1/paymentaudit/fundings"
tags: ["Payment Audit Service (Deprecated)"]
deprecated: true
---

# V1 Get Fundings for Payor

`GET /v1/paymentaudit/fundings`

> **Deprecated.**

Deprecated (use /v4/paymentaudit/fundings)

## Query parameters

- `payorId` string, uuid, required
- `page` integer
- `pageSize` integer
- `sort` string

## Response `200`

Get Fundings normal response

- GetFundingsResponse — List Users Response Object
  - `page` PagedUserResponsePage
    - `numberOfElements` integer
    - `totalElements` integer
    - `totalPages` integer
    - `page` integer
    - `pageSize` integer
  - `links` GetFundingsResponseLinks[]
    - `rel` string
    - `href` string
  - `content` FundingAudit[]
    - `amount` number, double — The amount funded
    - `currency` string — The currency of the funding
    - `dateTime` string, date-time
    - `status` string — Status of the funding. One of the following values: PENDING, FAILED, CREDIT, DEBIT
    - `sourceAccountName` string
    - `fundingAccountName` string
    - `fundingType` string — Funding type. One of the following values: ACH, WIRE, EMBEDDED, BANK_TRANSFER
    - `events` FundingEvent[]
      - `eventId` string, uuid
      - `eventDateTime` string, date-time
      - `fundingEventType` string — Funding event type. One of the following values: PAYOR_FUNDING_DETECTED, PAYOR_FUNDING_REQUESTED, PAYOR_FUNDING_RETURN_RECEIVED, FUNDING_RETURN_DETECTED, PAYOR_FUNDING_REQUEST_SUBMITTED, PAYOR_FUNDING_ENTRY_DETAIL_RECEIVED, FUNDING_DEALLOCATED
      - `principal` string
    - `topupType` string — Type of top up. One of the following values: AUTOMATIC, MANUAL

## 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-06-27** `1e7a1734a45c` — 16 info
  - removed the `ACH` enum value from the `content/items/fundingType` response property for the response status `200`
  - removed the `AUTOMATIC` enum value from the `content/items/topupType` response property for the response status `200`
  - removed the `CREDIT` enum value from the `content/items/status` response property for the response status `200`
  - removed the `DEBIT` enum value from the `content/items/status` response property for the response status `200`
  - …12 more
- **2021-01-14** `5e4369698639` — 2 info
  - api tag `Payment Audit Service (Deprecated)` added
  - api tag `Payment Audit Service` removed
- **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` — 1 breaking, 2 warning, 10 info
  - the `query` request parameter `payorId` became required
  - for the `query` request parameter `pageSize`, the max was set to `100.00`
  - for the `query` request parameter `pageSize`, the min was set to `1.00`
  - api tag `Funding Manager` removed
  - …9 more
- …earlier changes not shown

[Full history](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/changes/v1/paymentaudit/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/c9570437d66c?raw)
