---
title: "Get a payout"
method: GET
path: "/payouts/{id}"
---

# Get a payout

`GET /payouts/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Payout retrieved successfully.

- object
  - `id` integer — Payout ID.
  - `reference` string — Payout reference.
  - `amount` integer — Payout amount.
  - `status` string — Payout status (e.g., 'pending', 'scheduled', 'sent', 'failed').
  - `customer_id` integer — Customer ID associated with the payout.
  - `currency_id` integer — Currency ID associated with the payout.
  - `mode` string — Payout mode.
  - `last_error_code` string — Last error code encountered during the payout.
  - `commission` integer — Payout commission.
  - `fees` integer — Payout fees.
  - `fixed_commission` integer — Fixed commission applied to the payout.
  - `amount_transferred` integer — Amount transferred to the beneficiary.
  - `amount_debited` integer — Amount debited from the payer.
  - `created_at` string, date-time — Date and time of payout creation.
  - `updated_at` string, date-time — Date and time of last payout update.
  - `scheduled_at` string, date-time — Date and time the payout is scheduled to be sent.
  - `sent_at` string, date-time — Date and time the payout was sent.
  - `failed_at` string, date-time — Date and time the payout failed.
  - `deleted_at` string, date-time — Date and time of payout deletion.
  - `metadata` object — Additional metadata related to the payout.
  - `custom_metadata` object — Custom metadata associated with the payout.
  - `payment_method_id` integer — Payment method ID used for the payout.
  - `transaction_key` string — Unique key associated with the payout.
  - `merchant_reference` string — Merchant reference provided for the payout.
  - `account_id` integer — Account ID associated with the payout.
  - `balance_id` integer — Balance ID associated with the payout.

## Other responses

- `404` — Payout not found.

---

[API](https://skmtc.net/fedapay/apis/customer-api.md) · [All operations](https://skmtc.net/fedapay/apis/customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fedapay/customer-api/versions/e6bade118d1a/schema)
