Get Payout
Payouts
Get Payout
Get details of a specific payout — amount, recipient, charges, net amount, and status. GET /payouts/.
GET
Get Payout
Documentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Retrieve details of a specific payout by its payout ID.Path Parameters
| Parameter | Type | Description |
|---|---|---|
payoutId | string | The payout ID |
Response
| Field | Type | Description |
|---|---|---|
payoutId | string | Unique payout identifier |
reference | string | Your reference |
recipient | object | Recipient information |
amount | number | Payout amount |
fee | number | Processing fee |
totalDebited | number | Total debited |
currency | string | Currency code |
description | string | Description |
metadata | object | Custom metadata |
status | string | Payout status |
createdAt | string | Creation timestamp |
Recipient Object
| Field | Type | Description |
|---|---|---|
clientId | string | Recipient’s Fyatu client ID |
name | string | Recipient’s name |
Example Usage
Example Response
Status Values
| Status | Description |
|---|---|
PENDING | Payout is being processed |
COMPLETED | Payout successful |
FAILED | Payout failed |
Error Responses
| Error Code | HTTP | Description |
|---|---|---|
RESOURCE_NOT_FOUND | 404 | Payout not found |
AUTH_TOKEN_INVALID | 401 | Invalid or expired token |

