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

StripeControllerDisconnectSiteFeesStripeCredentials Method

AuctionWorx 3.5 API
Processes request to remove site fees Stripe credentials for use with sales payments to this user account

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  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: ActionResult
See Also

Reference

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