---
title: "Get Fundings for Payor"
method: GET
path: "/v4/paymentaudit/fundings"
tags: ["Payment Audit Service"]
---

# Get Fundings for Payor

`GET /v4/paymentaudit/fundings`

Get a list of Fundings for a payor.

## Query parameters

- `payorId` string, uuid, required
- `sourceAccountName` string
- `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-08-01** `a733cc8527b9` — 1 info
  - added the new optional `query` request parameter `sourceAccountName`
- **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
- **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 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/v4/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/25a3d8f6e24a?raw)
