try {
$output = \PayPal\Api\Payout::get($payoutBatchId, $apiContext);
} catch (Exception $ex) {
ResultPrinter::printError("Get Payout Batch Status", "PayoutBatch", null, $payoutBatchId, $ex);
exit(1);
}
ResultPrinter::printResult("Get Payout Batch Status", "PayoutBatch", $output->getBatchHeader()->getPayoutBatchId(), null, $output);
return $output;
Get Payout Batch Status Sample
This sample code demonstrate how you can get the batch payout status of a created batch payout, as documented here at: https://developer.paypal.com/docs/api/#get-the-status-of-a-batch-payout API used: GET /v1/payments/payouts/