Processes request to connect a new Stripe account
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: 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: ActionResultSee Also