Retrieve details of a specific payout by its payout ID.
| Parameter | Type | Description |
|---|---|---|
payoutId | string | The payout ID |
| 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 |
| Field | Type | Description |
|---|---|---|
clientId | string | Recipient’s Fyatu client ID |
name | string | Recipient’s name |
| Status | Description |
|---|---|
PENDING | Payout is being processed |
COMPLETED | Payout successful |
FAILED | Payout failed |
| Error Code | HTTP | Description |
|---|---|---|
RESOURCE_NOT_FOUND | 404 | Payout not found |
AUTH_TOKEN_INVALID | 401 | Invalid or expired token |