Displays form to add new stripe card
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: 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: ActionResultSee Also