You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > StripeController Class > HandleStripeConnectResponse Method

StripeControllerHandleStripeConnectResponse Method

AuctionWorx 3.5 API
Processes request to connect a new Stripe account

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5

Syntax

C#
public ActionResult HandleStripeConnectResponse(
	string code,
	string scope,
	string state,
	string error,
	string error_description
)

Parameters

code
Type: SystemString
authorization code returned by Stripe
scope
Type: SystemString
"read_only" or "read_write"
state
Type: SystemString
optional fraud prevention string
error
Type: SystemString
error_description
Type: SystemString

Return Value

Type: ActionResult
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.