Click or drag to resize

IGoCardlessCompleteRedirectFlow Method

This should be called after user gets redirect back to our site.

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

Parameters

input
Type: NetQuarry.Services.PaymentGoCardlessRedirectFlow
required: id + session_token. optional: IDEMPOTENCYKEY

Return Value

Type: GoCardlessRedirectFlow
GoCardless.RedirectFlow object w/id, description, session_token, success_redirect_url, links.customer/customer_bank_account/mandate/creditor
See Also