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

AccountControllerPayAllInvoices Method

AuctionWorx 3.5 API
Attempts to charge the card on file for all applicable unpaid sale invoices

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

Syntax

C#
public ActionResult PayAllInvoices(
	int? eventId,
	string returnUrl
)

Parameters

eventId
Type: SystemNullableInt32
if specified, only invoices in this event will be processed, otherwise all invoices owned by the currently authenticated (or impersonated) seller will be processed
returnUrl
Type: SystemString
if specified, AND no payment failures occurred, the user will be redirected here after payments are finished processing.

Return Value

Type: ActionResult
If any payments are skipped or fail, the user will be redirected to the list of invoices
See Also

Reference

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