# Request a new payout Creates a new withdrawal request for a consumer Endpoint: POST /payouts Version: 1.0.0 Security: ApiKeyAuth ## Request fields (application/json): - `consumer_id` (string) The unique identifier for the consumer - `amount` (number) The amount of the payout - `currency` (string) The currency of the payout - `wallet_id` (string) The unique identifier for the wallet to payout from - `bank_account_id` (string) The unique identifier for the bank account ## Response 201 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 400 fields ## Response 401 fields ## Response 500 fields