Processes request to remove site fees Stripe credentials for use with sales payments to this user account
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult DisconnectSiteFeesStripeCredentials( string targetUserName, string returnUrl )
Parameters
- targetUserName
- Type: SystemString
optional, if not specified then the impersonated username will be used, otherwise the logged in username - returnUrl
- Type: SystemString
optional, url to redirect after action is completed
Return Value
Type: ActionResultSee Also