E-Payment Integrator 2020 PHP Edition

Questions / Feedback?

Capture Method

Completely or partially settles a previously authorized transaction.

Object Oriented Interface

public function doCapture($authorizationid, $amount);

Procedural Interface

inpay_expresscheckout_do_capture($res, $authorizationid, $amount);

Remarks

This method captures the transaction indicated by the AuthorizationId parameter for the amount specified in the Amount parameter. You may capture less than the authorized amount by setting the IsPartialCapture configuration setting to True.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 PHP Edition - Version 20.0 [Build 7941]