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

AccountControllerAbortStripePayment Method

AuctionWorx 3.5 API
Sets the specified "Pending" invoice back to "New" status then redirects to invoice detail view

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

Syntax

C#
public ActionResult AbortStripePayment(
	int InvoiceID,
	string returnUrl
)

Parameters

InvoiceID
Type: SystemInt32
The ID of the specified invoice
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.