---
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[]
    - `payorId` string, uuid — The id of the payor associated with the funding.
    - `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` FundingEvent2[]
      - `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
    - `transactionId` string, uuid — The id of the transaction associated with the funding if there was one
    - `transactionReference` string — The payors reference for the transaction associated with the funding if there was one

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