You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AccountController Class > AddStripeCard Method

AccountControllerAddStripeCard Method

AuctionWorx 3.5 API
Displays form to add new stripe card

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

Syntax

C#
public ActionResult AddStripeCard(
	int? SellerID,
	string returnUrl
)

Parameters

SellerID
Type: SystemNullableInt32
The integer User ID of the seller, or null to associate this card with the site fee stripe credentials
returnUrl
Type: SystemString
the url to redirect to upon success

Return Value

Type: ActionResult
See Also

Reference

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