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
)
Function RetryPayment (
input As GoCardlessPayment
) As GoCardlessPayment
Parameters
- input
- Type: NetQuarry.Services.PaymentGoCardlessPayment
required: id
optional: metadata, IDEMPOTENCYKEY
Return Value
Type:
GoCardlessPaymentGoCardless.Payment object
See Also