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

# Get Payouts for Payor

`GET /v4/paymentaudit/payouts`

Get List of payouts for payor

## Query parameters

- `payorId` string, uuid
- `payoutMemo` string
- `status` 'ACCEPTED' | 'REJECTED' | 'SUBMITTED' | 'QUOTED' | 'INSTRUCTED' | 'COMPLETED' | 'INCOMPLETE' | 'CONFIRMED' | 'WITHDRAWN'
- `submittedDateFrom` string, date
- `submittedDateTo` string, date
- `fromPayorName` string
- `scheduledForDateFrom` string, date
- `scheduledForDateTo` string, date
- `scheduleStatus` 'ANY' | 'SCHEDULED' | 'EXECUTED' | 'FAILED'
- `page` integer
- `pageSize` integer
- `sort` string

## Response `200`

Payor data found

- GetPayoutsResponse — List Payouts Response
  - `page` PagedPayeeInvitationStatusResponseV3Page
    - `numberOfElements` integer
    - `totalElements` integer
    - `totalPages` integer
    - `page` integer
    - `pageSize` integer
  - `links` PagedPayeeResponseV3Links[]
    - `rel` string
    - `href` string
  - `content` PayoutSummaryAudit[]
    - `payoutId` string, uuid
    - `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
    - `dateTime` string, date-time
    - `submittedDateTime` string, required
    - `instructedDateTime` string
    - `withdrawnDateTime` string, date-time
    - `totalPayments` integer
    - `totalIncompletePayments` integer
    - `totalReturnedPayments` integer
    - `totalWithdrawnPayments` integer
    - `sourceAccountSummary` SourceAccountSummary[]
      - `sourceAccountId` string, uuid, required
      - `totalCost` integer, required
      - `currency` string — ISO-4217 3 character currency code
    - `fxSummaries` FxSummary[]
      - `quoteId` string, uuid, required
      - `creationDateTime` string, date-time, required
      - `rate` number, double, required
      - `invertedRate` number, double, required
      - `totalCost` integer, required
      - `totalPaymentAmount` integer, required
      - `sourceCurrency` string — ISO-4217 3 character currency code
      - `paymentCurrency` string — ISO-4217 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
    - `payoutType` string, required — The type of payout. One of the following values: STANDARD, AS, ON_BEHALF_OF
    - `payorName` string, required
    - `schedule` PayoutSchedule — Details relating to a payout that was executed via a schedule or is still waiting to be executed
      - `scheduleStatus` string, required — Current status of the payout schedule. One of the following values: SCHEDULED, EXECUTED, FAILED
      - `scheduledAt` string, date-time, required
      - `scheduledFor` string, date-time, required
      - `scheduledByPrincipalId` string, required — ID of the user or application that scheduled the payout
      - `notificationsEnabled` boolean, required
      - `scheduledBy` string — Optional display name as a hint for who scheduled the payout. Not populated if payout was scheduled by an application.

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