Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
outlinetrue
stylenone


'Payment Batches' are collections of Payments grouped together so they can be processed together.

...

The 'Payment Batches' grid can be found at Admin > Billing > Payment Batches. This grid allows Users to search and sort and report on any Payment Batches and to process Batches from the grid.

The 'Process Selected' Image Modified button is a single selection button that allows processing a group of Payments. Batch processing is done in a background Event.

...

Batch Processing

The 'Processed Selected' Image Modified button on the Payment Batches grid triggers Payment Batch processing Event. This Event collects all Payments associated with the Batch and feeds them into the Payment Processing logic. At the end of the Event, the User receives an application message when Batch processing is complete detailing the outcome of the Batch process.

...

This event is triggered at the end of Batch Processing. This Event provides hooks for Escalations and Notifications.

  • Available Data:

    • RECID

    • DESCRIPTION

    • PAYMENT_STATUS

    • CREATED_DATE

    • COMPLETED_DATE

    • PAYMENT_BATCH

    • SUCCEEDED (count)

    • FAILED (count)

    • ERRORS (error text)