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

StripeControllerDeleteCard Method

AuctionWorx 3.5 API
Processes request to delete the specified card stored on stripe.com associated with the specified invoice or seller

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

Reference

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