---
title: "V3 Get Payouts for Payor"
method: GET
path: "/v3/paymentaudit/payouts"
tags: ["Payment Audit Service (Deprecated)"]
deprecated: true
---

# V3 Get Payouts for Payor

`GET /v3/paymentaudit/payouts`

> **Deprecated.**

Deprecated (use /v4/paymentaudit/payouts instead)

## Query parameters

- `payorId` string, uuid, required
- `payoutMemo` string
- `status` 'ACCEPTED' | 'REJECTED' | 'SUBMITTED' | 'QUOTED' | 'INSTRUCTED' | 'COMPLETED' | 'INCOMPLETE' | 'CONFIRMED' | 'WITHDRAWN'
- `submittedDateFrom` string, date
- `submittedDateTo` string, date
- `page` integer
- `pageSize` integer
- `sort` string

## Response `200`

Payor data found

- GetPayoutsResponseV3 — List Payouts Response
  - `page` GetPayoutsResponseV3Page
    - `numberOfElements` integer
    - `totalElements` integer
    - `totalPages` integer
    - `page` integer
    - `pageSize` integer
  - `links` GetPayoutsResponseV3Links[]
    - `rel` string
    - `href` string
  - `content` PayoutSummaryAuditV3[]
    - `payoutId` string, uuid, required
    - `payorId` string, uuid
    - `status` string, required — Current status of the payout. One of the following values: ACCEPTED, REJECTED, SUBMITTED, QUOTED, INSTRUCTED, COMPLETED, INCOMPLETE, CONFIRMED, WITHDRAWN
    - `submittedDateTime` string, required
    - `instructedDateTime` string
    - `withdrawnDateTime` string
    - `totalPayments` integer
    - `totalIncompletePayments` integer
    - `totalFailedPayments` integer
    - `sourceAccountSummary` SourceAccountSummaryV3[]
      - `sourceAccountId` string, uuid, required
      - `totalCost` integer, required
      - `currency` string — ISO 3 character currency code
    - `fxSummaries` FxSummaryV3[]
      - `quoteId` string, uuid, required
      - `creationDateTime` string, date-time, required
      - `rate` number, float, required
      - `invertedRate` number, float, required
      - `totalCost` integer, required
      - `totalPaymentAmount` integer, required
      - `sourceCurrency` string — ISO 3 character currency code
      - `paymentCurrency` string — ISO 3 character currency code
      - `status` string, required — Current status of the FX Summary. One of the following values: UNQUOTED, QUOTED, EXPIRED, EXECUTED
      - `fundingStatus` string, required — Current status of the funding. One of the following values: FUNDED, INSTRUCTED, UNFUNDED
    - `payoutMemo` 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
- `404` — The resource was not found or is no longer available

## Changes

- **2022-06-27** `1e7a1734a45c` — 25 info
  - removed the `ACCEPTED` enum value from the `content/items/status` response property for the response status `200`
  - removed the `COMPLETED` enum value from the `content/items/status` response property for the response status `200`
  - removed the `CONFIRMED` enum value from the `content/items/status` response property for the response status `200`
  - removed the `EUR` enum value from the `content/items/fxSummaries/items/paymentCurrency` response property for the response status `200`
  - …21 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
- …earlier changes not shown

[Full history](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/changes/v3/paymentaudit/payouts/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-service-production.skmtc.workers.dev/v1/apis/velopaymentsapi/velo-payments-apis/revisions/05c3f09fc50a/schema)
