---
title: "Retrieve Payout by ID"
method: GET
path: "/payouts/{payout_id}"
---

# Retrieve Payout by ID

`GET /payouts/{payout_id}`

## Path parameters

- `payout_id` string, required

## Response `200`

200

- object
  - `id` string
  - `account_id` string
  - `status` string
  - `merchant_reference` string
  - `purpose` string
  - `country` string
  - `description` string
  - `amount` object
    - `currency` string
    - `value` integer
  - `beneficiary` object
    - `merchant_beneficiary_id` string
    - `national_entity` string
    - `first_name` string
    - `last_name` string
    - `legal_name` string
    - `email` string
    - `country` string
    - `date_of_birth` string
    - `document` object
      - `document_type` string
      - `document_number` string
    - `phone` object
      - `country_code` string
      - `number` string
    - `address` object
      - `address_line_1` string
      - `address_line_2` string
      - `country` string
      - `state` string
      - `city` string
      - `zip_code` string
  - `metadata` unknown[]
    - unknown
  - `created_at` string
  - `updated_at` string
  - `transactions` object[]
    - `id` string
    - `status` string
    - `type` string
    - `response_code` string
    - `merchant_reference` string
    - `purpose` string
    - `description` string
    - `amount` object
      - `currency` string
      - `value` integer
    - `withdrawal_method` object
      - `type` string
      - `detail` object
        - `bank_transfer` unknown
        - `wallet` object
          - `code` string
          - `email` unknown
          - `country` unknown
          - `document` unknown
          - `phone` unknown
    - `provider_data` object
      - `id` string
      - `transaction_id` string
      - `account_id` string
      - `beneficiary_id` string
      - `status` string
      - `status_detail` string
      - `raw_response` string
    - `created_at` string
    - `updated_at` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/y/apis/ai-caller.md) · [All operations](https://skmtc.net/y/apis/ai-caller/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/y/ai-caller/versions/05b629819b49/schema)
