IGoCardlessReinstateMandate Method |
Reinstates a cancelled or expired mandate to the banks.
RESTRICTED: this endpoint is restricted to accounts with approved payment pages. To instead use the GoCardless hosted payment pages, see GoCardless.Create function for redirect flows.
Namespace:
NetQuarry.Services.Payment
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax GoCardlessMandate ReinstateMandate(
GoCardlessMandate input
)
Function ReinstateMandate (
input As GoCardlessMandate
) As GoCardlessMandate
Parameters
- input
- Type: NetQuarry.Services.PaymentGoCardlessMandate
required: id
optional: metadata, IDEMPOTENCYKEY
Return Value
Type:
GoCardlessMandateGoCardless.Mandate object
See Also