BatchStatus

Description

The BatchStatus object contains information about a batch of transactions that have been authorized and are awaiting settlement, returned by GetBatchStatus.

Properties

TypeNameDescription
doubleSalesAmountDollar amount of the sales.
stringBatchRefNumBatch reference number automatically assigned by the gateway.
stringClosedDate and time the batch closed.
doubleCreditsAmountDollar amount of the credits.
stringCreditsCountNumber of credits in the batch.
doubleNetAmountDollar amount of sales minus applied credit.
stringOpenedDate and time the batch opened.
stringVoidsCountNumber of voids in the batch.
stringSalesCountNumber of sales in the batch.
stringScheduledDate and time the batch is scheduled to close.
stringSequenceBatch sequence number.
stringStatusStatus of the batch.
Examples
  • Open
  • Closed
  • Closing
stringTransactionCountNumber of transactions in the batch.
doubleVoidsAmountDollar amount of the voids.