E-Payment Integrator 2020 .NET Edition

Questions / Feedback?

Capture Method

Completely or partially settles a previously authorized transaction.

Syntax

public void Capture(string authorizationId, string amount);
Public Sub Capture(ByVal AuthorizationId As String, ByVal Amount As String)

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