Settlement
Retrieve batch
Use this method to retrieve information about a batch.
Note: To retrieve a batch, you need its batchId. If you don't have the batchId, use our List Batches method to search for the batch.
Our gateway returns the following information about the batch:
- Transaction information, including the number of transactions and total value of sales.
- Merchant information, including the merchant ID (MID) and the processing account that the batch is associated with.
get/batches/{batchId}
Path parameters
batchIdinteger required
Unique identifier that we assigned to the batch.
Headers
Authorizationstring required
Bearer authentication
Response
Successful request. Returns the requested batch.