StripeSystem DoCapture Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Captures the payment of this, uncaptured, charge. This is the second half og the two-step payment flow, where first you created a charge with the capture option set to false. Uncaptured payment expires exactly seven days after it is created. If a payment is not captured by that pooint of time, it will be marked as refunded and will no longer be capturable. If set the amount of capture must be less than or equal to the original amount.

Namespace: NFX.Web.Pay.Stripe
Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

protected internal override bool DoCapture(
	PaySession session,
	Transaction charge,
	Nullable<decimal> amount = null,
	string description = null,
	Object extraData = null
)

Return Value

Type: OnlineBoolean
See Also