# Retrieves details of a specific payout by unique reference. Endpoint: GET /v1/payouts/{PayoutUniqueReference} Security: Bearer ## Path parameters: - `PayoutUniqueReference` (string, required) Unique identifier of the payout. ## Response 200 fields (text/plain): - `state` (string,null) - `payoutId` (string,null) - `createdAt` (string) Timestamp when the payout was created ## Response 404 fields (text/plain): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null)