Batch
Complete batch response model.
- accountType: string · Account Id
_id required - capturedType: integer · Captured Amount
_amount min:0requiredInteger numbers.
- idType: string · Idrequired
- openedType: string · Opened AtFormat: date-time
_at requiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- processorType: string · Processor Config Id
_config _id required - processorType: string · Processor Name
_name required - refundedType: integer · Refunded Amount
_amount min:0requiredInteger numbers.
- statusType: string · BatchStatusenumrequired
Possible lifecycle statuses for settlement batches.
values- open
- closed
- submitted
- accepted
- partially
_accepted - rejected
- cancelled
- terminalType: string · Terminal Id
_id required - transactionType: integer · Transaction Count
_count min:0requiredInteger numbers.
- batchType: object | null · Batch Metadata
_metadata - closedType: string | null · Closed AtFormat: date-time
_at the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- processorType: string | null · Processor Batch Id
_batch _id - responseType: object | null · Response

