Click or drag to resize
IDelayedPaymentGatewayProviderCapturePayment Method
Captures a payment.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
PaymentResultInfo CapturePayment()

Return Value

Type: PaymentResultInfo
Instance of PaymentResultInfo.
Remarks
Previously received transaction identifier is required to perform a capture of previously authorized transaction.
See Also