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
)
Function CompleteRedirectFlow (
input As GoCardlessRedirectFlow
) As GoCardlessRedirectFlow
Parameters
- input
- Type: NetQuarry.Services.PaymentGoCardlessRedirectFlow
required: id + session_token. optional: IDEMPOTENCYKEY
Return Value
Type:
GoCardlessRedirectFlowGoCardless.RedirectFlow object w/id, description, session_token, success_redirect_url, links.customer/customer_bank_account/mandate/creditor
See Also