---
title: "GET /affiliates/payouts"
method: GET
path: "/affiliates/payouts"
tags: ["Affiliate"]
---

# GET /affiliates/payouts

`GET /affiliates/payouts`

## Get all payOuts for affiliates

 Gets all payOuts for affiliates created by the currently registered user, belonging to the company of the user

## Query parameters

- `authorization` string, required
- `companiesIds` string, required

## Response `200`

Array of Affiliate model instances

- object[]
  - `id` number
  - `name` string
  - `documentNumber` number
  - `documentTypeId` number
  - `PayOut` object[]
    - `id` number
    - `uid` string
    - `beneficiaryName` string
    - `documentTypeId` number
    - `documentNumber` number
    - `bankBaseId` number
    - `bankAccountType` string
    - `bankAccount` string
    - `Amount` number
    - `externalIdentifier` string
    - `tags` unknown
    - `currencyId` number
    - `signedBy` object
      - `id` number
      - `createdAt` string
      - `userId` number
    - `companyProductId` number
    - `state` string
    - `createdAt` string
    - `scheduledAt` string
    - `updatedAt` string
    - `validatedAt` string
    - `trasnferedAt` string
    - `reversedAt` string

---

[API](https://skmtc.dev/loopay/apis/loopay-api.md) · [All operations](https://skmtc.dev/loopay/apis/loopay-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/loopay/loopay-api/revisions/2f7c6537d598/schema)
