Logo
Peach Payments Public API Documentation

Retrieve all batches

GET {{baseUrl}}/api/channels/:entityId/payments/batches?filters[startDate]=2023-01-20T10:00:00Z&filters[endDate]=2023-01-25T14:00:00Z

 

Body PARAM

Curl
curl -X GET 'baseUrl/api/channels/:entityId/payments/batches?filters[startDate]=2023-01-20T10:00:00Z&filters[endDate]=2023-01-25T14:00:00Z?perPage=2&offset=2&filters[startDate]=2023-01-20T10:00:00Z&filters[endDate]=2023-01-25T14:00:00Z&filters[status]=initiated&filters[status]=processing&filters[status]=completed&filters[status]=error&filters[status]=expired'

ENDPOINTS

    Key Datatype Required Description 
    perPage
    number
    offset
    number
    filters[startDate]
    string
    filters[endDate]
    string
    filters[status]
    string
    filters[status]
    string
    filters[status]
    string
    filters[status]
    string
    filters[status]