try {
$capture = Capture::get($request->getId(), $apiContext);
} catch (Exception $ex) {
ResultPrinter::printError("Get Captured Payment", "Capture", $request->getId(), null, $ex);
exit(1);
}
ResultPrinter::printResult("Get Captured Payment", "Capture", $capture->getId(), null, $capture);
GetCapture
This sample code demonstrates how you can lookup the details of a captured payment. API used: /v1/payments/capture/<$captureId>