---
title: "GET /balance/payouts/{payoutId}"
method: GET
path: "/balance/payouts/{payoutId}"
---

# GET /balance/payouts/{payoutId}

`GET /balance/payouts/{payoutId}`

Get details of a single payout by payoutId

## Path parameters

- `payoutId` string, required

## Response `200`

Successful response with payout details

- GetPayoutResponse
  - `payoutId` string, required — Unique identifier of the payout
  - `payoutStatementUrl` string, required — A special link you can use to download the payout statement file as a CSV. This link is valid for 10 minutes.
  - `amount` integer, required — Amount in cents (USD)
  - `status` 'INITIATED' | 'SUCCESS' | 'FAILED', required — Current status of the payout
  - `createdAt` integer, required — Epoch timestamp in milliseconds of when the payout was created

## Other responses

- `400` — Invalid request

---

[API](https://skmtc.net/xpaycheckout/apis/xpay-api-store.md) · [All operations](https://skmtc.net/xpaycheckout/apis/xpay-api-store/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xpaycheckout/xpay-api-store/versions/6329a7c694bc/schema)
