E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

capture (method)

Completely or partially settles a previously authorized transaction.

Syntax

- (void)capture:(NSString*)authorizationId :(NSString*)amount;
public func capture(_ authorizationId: String, _ amount: String) throws -> Void

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 iOS Edition - Version 20.0 [Build 7941]