List batches
Use this method to return a paginated list of batches that your merchants submitted to the processor on a specific date.
Note: If you want to view the details of a specific batch and you have its batchId, use our Retrieve Batch method.
Use query parameters to filter the list of results that we return, for example, to search for batches that were submitted by a specific merchant.
Important: You must provide a value for the date query parameter.
Our gateway returns the following information about each batch in the list:
- 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.
Query parameters
Return the previous page of results before the value that you specify.
You can’t send the before parameter in the same request as the after parameter.
Return the next page of results after the value that you specify.
You can’t send the after parameter in the same request as the before parameter.
Limit the maximum number of results that we return for each page.
Filter batches by the date that they were submitted. The format of this value is YYYY-MM-DD.
Filter results by the unique identifier that the processor assigned to the merchant.
Headers
Bearer authentication
Response
Successful request. Returns a paginated list of batches.
Changes
No recorded changes to this endpoint across all 1 revision of this API.