---
title: "Retrieve payments for a payout"
method: GET
path: "/v3/payouts/{payoutId}/payments"
tags: ["Payout Service"]
---

# Retrieve payments for a payout

`GET /v3/payouts/{payoutId}/payments`

Retrieve payments for a payout

## Path parameters

- `payoutId` string, uuid, required

## Query parameters

- `status` 'ACCEPTED' | 'REJECTED' | 'WITHDRAWN' | 'WITHDRAWABLE'
- `remoteId` string
- `payorPaymentId` string
- `sourceAccountName` string
- `transmissionType` 'ACH' | 'SAME_DAY_ACH' | 'WIRE'
- `paymentMemo` string
- `pageSize` integer
- `page` integer

## Response `200`

Payments for payout

- PagedPaymentsResponseV3 — List Payees Response Object
  - `page` PagedPayeeInvitationStatusResponseV3Page
    - `numberOfElements` integer
    - `totalElements` integer
    - `totalPages` integer
    - `page` integer
    - `pageSize` integer
  - `links` PagedPayeeResponseV3Links[]
    - `rel` string
    - `href` string
  - `content` PaymentV3[]
    - `paymentId` string, required
    - `remoteId` string
    - `currency` string
    - `amount` integer
    - `sourceAccountName` string
    - `payorPaymentId` string
    - `paymentMemo` string
    - `payee` PayoutPayeeV3 — Payee data associated with a payment. Either individual or company must be populated
      - `payeeId` string, uuid, required
      - `individual` PayoutIndividualV3
        - `name` PayoutNameV3, required
          - `firstName` string, required
          - `lastName` string, required
      - `company` PayoutCompanyV3
        - `companyName` string, required
    - `withdrawable` boolean
    - `status` string — Current status of payment. One of the following values: SUBMITTED, ACCEPTED, REJECTED, WITHDRAWN, RETURNED, AWAITING_FUNDS, FUNDED, UNFUNDED, CANCELLED, REQUESTED
    - `transmissionType` string — The transmission method of the payment. One of the following values: ACH, SAME_DAY_ACH, WIRE, LOCAL, SWIFT
    - `remoteSystemId` string
    - `paymentMetadata` string
    - `autoWithdrawnReasonCode` string — Populated only if the payment was automatically withdrawn during instruction for being invalid
    - `railsId` string — Indicates the 3rd party system involved in making this payment

## Other responses

- `404` — The resource was not found or is no longer available

## Changes

- **2022-06-27** `1e7a1734a45c` — 14 info
  - added the optional property `content/items/railsId` to the response with the `200` status
  - removed the `ACCEPTED` enum value from the `content/items/status` response property for the response status `200`
  - removed the `ACH` enum value from the `content/items/transmissionType` response property for the response status `200`
  - removed the `AWAITING_FUNDS` enum value from the `content/items/status` response property for the response status `200`
  - …10 more
- **2021-11-03** `f3f98769e28f` — 1 info
  - added the optional property `content/items/autoWithdrawnReasonCode` to the response with the `200` status
- **2021-01-14** `5e4369698639` — 3 info
  - added the new optional `query` request parameter `transmissionType`
  - added the optional property `content/items/paymentMetadata` to the response with the `200` status
  - added the optional property `content/items/remoteSystemId` to the response with the `200` status
- **2020-09-25** `dd71433847a6` — 1 breaking, 6 info
  - the `errors/items/` response's property type changed from no type to `object` for status `404`
  - added the optional property `errors/items/errorCode` to the response with the `404` status
  - added the optional property `errors/items/errorData` to the response with the `404` status
  - added the optional property `errors/items/localisationDetails` to the response with the `404` status
  - …3 more
- …earlier changes not shown

[Full history](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/changes/v3/payouts/:payoutId/payments/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)
