# Get payout details Endpoint: GET /payouts/{payout_id} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `payout_id` (string, required) ## Response 200 fields (application/json): - `id` (string) The unique identifier for the payout - `consumer_id` (string) The unique identifier for the consumer - `amount` (number) The amount of the payout - `status` (string) The status of the payout - `wallet_id` (string) The unique identifier for the wallet to payout from - `merchant_name` (string) The name of the merchant - `bank_account_id` (string) The unique identifier for the bank account - `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 404 fields ## Response 500 fields