Click or drag to resize

IGoCardlessRetryPayment Method

Retries a failed payment if the underlying mandate is active.

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
GoCardlessPayment RetryPayment(
	GoCardlessPayment input
)

Parameters

input
Type: NetQuarry.Services.PaymentGoCardlessPayment
required: id optional: metadata, IDEMPOTENCYKEY

Return Value

Type: GoCardlessPayment
GoCardless.Payment object
See Also