IGoCardlessCreateMandate Method |
Creates a new mandate object.
RESTRICTED: this endpoint is restricted to GoCardless Pro 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 CreateMandate(
GoCardlessMandate input
)
Function CreateMandate (
input As GoCardlessMandate
) As GoCardlessMandate
Parameters
- input
- Type: NetQuarry.Services.PaymentGoCardlessMandate
required: links.customer_bank_account
optional: metadata, links.creditor, IDEMPOTENCYKEY
don't set: reference
Return Value
Type:
GoCardlessMandateGoCardless.Mandate object
See Also