// Get the current batchid cursor = database.cursor("select ID from LP_BATCH where status = 'OPENED'"); cursor.next(); client.currentBatch = cursor.ID; cursor.close(); Administering LivePayment

Viewing Transactions

Current View Transactions in the Current Batch
Displays the transactions in the current batch.
Previous View All Previous Transactions in a Batch
Displays a table of batches and allows you to view the transactions in a selected batch.
Failed View Failed Transactions
Displays a table of transactions that have not successfully completed for some reason. The current state of the transaction is displayed.
Query Query Tool for Transactions and Batches
The query tool allows an administrator to query on several parameters to find transactions and batches with certain characteristics.

Performing Transactions

Capture Capture an Authorized Transaction

Displays the transactions in the current batch and gives the user the ability to capture them.
Cancel Cancel an Authorized Transaction
Displays the transactions in the current batch and gives the user the ability to cancel them.
Credit Credit a Transaction in a Batch
Displays a table of batches and allows you to view the transactions in a selected batch. You can then credit any of the listed transactions.
Credit Manually Credit a Transaction in a Batch
Allows you to manually enter customer information (name, amount of credit, card number, etc.) and perform a credit without having a previous capture associated.
Settle Settle or Autocapture Authorizations and Settle the Current Batch
This option allows administrators to accomplish two tasks:
  1. First, they can simply settle the current batch, which includes all transactions that are captured or capturing and credited or crediting. The current batch does not include authorized transactions.
  2. Second, they can capture all authorized transactions and settle the current batch.
Do not choose the second option if you want to keep any existing authorizations. Also, new captures and credits are not allowed while the batch is being settled.


Return to Administration