---
title: "Cashouts Endpoint"
method: GET
path: "/cashouts"
tags: ["Transactions"]
---

# Cashouts Endpoint

`GET /cashouts`

Retrieve the details of all your Cashouts in a given time.

## Query parameters

- `from` integer
- `to` integer
- `page` integer
- `country` string
- `status` 'ON_HOLD' | 'PENDING' | 'DELIVERED' | 'COMPLETED' | 'REJECTED' | 'CANCELLED' | 'DECLINED'
- `clientDocument` string

## Response `200`

A paginated list of cashouts.

- PaginatedCashouts
  - `page` integer
  - `rows` integer
  - `maxRows` integer
  - `data` Cashout[]
    - `idCashout` integer
    - `externalId` string
    - `creationDate` string, date-time
    - `country` string
    - `currency` string
    - `amount` number, float
    - `creditedCurrency` string
    - `creditedAmount` number, float
    - `merchantCurrency` string
    - `merchantAmount` number, float
    - `feeCurrency` string
    - `fee` number, float
    - `tax` number, float
    - `lastChangeDate` string, date-time
    - `status` string
    - `clientDocument` string
    - `flags` unknown[]
      - unknown
    - `idMerchant` integer
    - `merchantName` string
    - `reason` string
    - `existVoucher` boolean

---

[API](https://skmtc.dev/d24/apis/docs-d24-com.md) · [All operations](https://skmtc.dev/d24/apis/docs-d24-com/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/d24/docs-d24-com/revisions/fb0e2ddec198/schema)
