# Get a sub-merchant's payouts. Retrieve the payouts for a specific sub-merchant. Endpoint: GET /merchants/{merchantId}/payouts 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" ## Query parameters: - `limit` (integer) The maximum number of payouts to return - `offset` (integer) The number of payouts to skip - `status` (string) Filter payouts by status Enum: "pending", "completed", "failed" ## Response 200 fields (application/json): - `data` (array) - `data.id` (string) The unique identifier for the payout - `data.amount` (number) The amount of the payout - `data.currency` (string) The currency of the payout - `data.status` (string) The status of the payout - `data.created_at` (string) The timestamp when the payout was created - `data.updated_at` (string) The timestamp when the payout was last updated - `metadata` (object) - `metadata.total` (integer) - `metadata.limit` (integer) - `metadata.offset` (integer) ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields