Click or drag to resize

IGoCardlessCreateRedirectFlow Method

For creating a customer, account + mandate.

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

Parameters

input
Type: NetQuarry.Services.PaymentGoCardlessRedirectFlow
required: session_token, success_redirect_url optional: description, prefilled_customer, links.creditor, IDEMPOTENCYKEY don't set: prefilled_customer.swedish_identity_number

Return Value

Type: GoCardlessRedirectFlow
GoCardless.RedirectFlow object with id + redirect_url + other info. redirect user to redirect_url; customer redirected to input.success_redirect_url (or error); call Complete with correct id + session_token
See Also