Processes request to delete the specified card stored on stripe.com associated with the specified invoice or seller
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult DeleteCard( int? invoiceID, int? SellerID, string cardID, string returnUrl )
Parameters
- invoiceID
- Type: SystemNullableInt32
the id of the specified invoice - SellerID
- Type: SystemNullableInt32
the id of the specified seller - cardID
- Type: SystemString
the stripe ID of the specified card - returnUrl
- Type: SystemString
optional url to redirect after action is completed
Return Value
Type: ActionResultSee Also