Attempts to charge the card on file for all applicable unpaid sale invoices
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: 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: ActionResultIf any payments are skipped or fail, the user will be redirected to the list of invoices
See Also