Retrieve batch
Retrieve a specific batch.
Path parameters
batchId
Unique identifier of the batch.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Successful request. Returns the requested batch.
batchId
Unique identifier of the batch.
date
Date that the merchant submitted the batch. The format of this value is YYYY-MM-DD.
createdDate
Date that we created a record for the batch. The format of this value is YYYY-MM-DD.
lastModifiedDate
Date that the batch was last changed. The format of this value is YYYY-MM-DD.
saleAmount
Total value of sales. We return the value in the currency's lowest denomination, for example, cents.
heldAmount
Total value of authorizations. We return the value in the currency's lowest denomination, for example, cents.
returnAmount
Total value of returns. We return the value in the currency's lowest denomination, for example, cents.
transactionCount
Total number of transactions in the batch.
currency
Currency of the transactions.
merchant
Object that contains information about the merchant.
links