---
title: "Get all Payouts"
method: GET
path: "/disbursements/payouts"
---

# Get all Payouts

`GET /disbursements/payouts`

This API lets you view all your payouts

## Request body

- object
  - `business` string, required — The unique Identifier of the parent business
  - `sourceCurrency` string — The currency which was used to fund the payout
  - `destinationCurrency` string — The currency which the recipient received the payout in
  - `subAccount` string — The unique Identifier of the sub account
  - `status` string[] — The status of the transactions
  - `page` string — Specify exactly what page you want to retrieve
  - `perPage` string — Specify exactly what page you want to retrieve per page
  - `dateFrom` string — The start date.This must be in ISO 8601 date format(YYYY-MM-DD)
  - `dateTo` string — The end date.This must be in ISO 8601 date format(YYYY-MM-DD)

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `results` object[]
      - `id` integer
      - `_id` string
      - `amountSent` integer
      - `amountReceived` integer
      - `sourceCurrency` string
      - `destinationCurrency` string
      - `fee` integer
      - `beneficiaryName` string
      - `status` string
      - `reference` string
      - `businessName` string
      - `createdAt` string
      - `updatedAt` string
    - `total` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/fincra/apis/awesome-new-api.md) · [All operations](https://skmtc.net/fincra/apis/awesome-new-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fincra/awesome-new-api/revisions/c8215c27b460/schema)
