---
title: "GET /api/Payout/{id}"
method: GET
path: "/api/Payout/{id}"
tags: ["Payout"]
---

# GET /api/Payout/{id}

`GET /api/Payout/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Success

- PayoutQuery
  - `payoutId` integer
  - `reference` string, nullable
  - `isoCountry` string, nullable
  - `created` string, date-time, nullable
  - `lastUpdate` string, date-time, nullable
  - `status` integer
  - `statusDescription` string, nullable
  - `errorCode` string, nullable
  - `errorDescription` string, nullable
  - `amount` Amount
    - `value` number, double, nullable
    - `isoCurrency` string, nullable
  - `localAmount` Amount
    - `value` number, double, nullable
    - `isoCurrency` string, nullable
  - `exchangeRate` number, double, nullable
  - `payee` PayeeRequest
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `companyName` string, nullable
    - `email` string, nullable
    - `phone` string, nullable
    - `address` string, nullable
    - `location` Location
      - `city` string, nullable
      - `address` string, nullable
      - `zipCode` string, nullable
    - `document` DocumentRequest
      - `number` string, nullable
      - `type` string, nullable
  - `description` string, nullable

## Other responses

- `204` — Success
- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/bamboopayment/apis/direct-purchase.md) · [All operations](https://skmtc.net/bamboopayment/apis/direct-purchase/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bamboopayment/direct-purchase/versions/10523581e6c2/schema)
