This API retrieves a list of all batch refunds. The response provides details for each batch refund, including the total amount and relevant timestamps. Pagination options are available to efficiently manage large datasets.Documentation Index
Fetch the complete documentation index at: https://docs.ach.netevia.com/llms.txt
Use this file to discover all available pages before exploring further.
This route is secured with processor token authentication.
Endpoint
GET /3p/api/v2/batch-refundsQuery Parameter
| Fields | Type | Is Required | Description |
|---|---|---|---|
| per_page | integer | No | By default: 10 Min: 1 Max: 100 |
| start_date | string | No | This parameter will filter the user’s records based on the creation date of the batch refund. Date format: Y-m-d |
| end_date | string | No | This parameter will filter the user’s records based on the creation date of the batch refund. Date format: Y-m-d |
| sort_order | string | No | By default: newest Possible Value: newest oldest |
| page | integer | No | By default: 1 Min: 1 |
