# Get the details of a specific sub-merchant payout. Retrieve the details of a specific payout for a sub-merchant. Endpoint: GET /merchants/{merchantId}/payouts/{payoutId} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `merchantId` (string, required) The unique identifier for the sub-merchant Example: "mrc_3bbb4fe7-4c25-45b2-a363-c8db8c0084b9" - `payoutId` (string, required) The unique identifier for the payout Example: "pyo_3bbb4fe7-4c25-45b2-a363-c8db8c0084b9" ## Response 200 fields (application/json): - `id` (string) The unique identifier for the payout - `amount` (number) The amount of the payout - `currency` (string) The currency of the payout - `status` (string) The status of the payout - `created_at` (string) The timestamp when the payout was created - `updated_at` (string) The timestamp when the payout was last updated ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields