An API endpoint that fetches a batch payout for a merchant
uuid
that uniquely identifies the batch payout.GET /3p/api/v2/batch-payouts/merchant/{merchant_user_uuid}/{batch_payout_uuid}
Parameter | Type | Description |
---|---|---|
merchant_user_uuid | string | The UUID of the merchant user whose payout details you want to retrieve. |
batch_payout_uuid | string | The UUID of the batch payout you want to retrieve. |