List batches - V1
GET /order/v1/batch
List the batches created for your company, cursor paginated.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Maximum number of items returned in the current page (default 20, max 5000)
Direction of the sort (default: desc)
Cursor used for pagination. Omit this field in the first request. For subsequent requests, set it to the nextCursor value returned in the previous response.
Filter by multiple company ids
Example
[ "550e8400-e29b-41d4-a716-446655440000", "660e8400-e29b-41d4-a716-446655440000"]Filter by batch status
Example
PAIDFilter by the receiver document number
Example
12345678900Filter by end-to-end id. Matches any child transaction of the batch, not just the first one.
Example
E12345678920260710120000abcdFilter by creation start date, in the format YYYY-MM-DD
Example
2026-07-01Filter by creation end date, in the format YYYY-MM-DD
Example
2026-07-31Responses
Section titled “ Responses ”The resource was returned successfully
object
The maximum number of records returned in the current page. Corresponds to the limit value provided in the request.
Example
20Defines the sorting direction applied to the results. Allowed values: “asc” — ascending order, “desc” — descending order (default)
Example
descA cursor value representing the timestamp of the last item returned in the current page. This value must be provided as the cursor parameter in the next request to continue retrieving results.
Example
2025-01-01T10:00:00ZIndicates whether additional pages of data are available.
Example
trueThe array of batches
object
Example
5160c73e-8b9b-4f1f-8c64-0edcbb97c335Example
E12345678920260710120000abcdExample
PAIDExample
3Example
2Example
1Example
30000.00Example
15000.00Example
45000.00Sum of feeFix across all child transactions
Example
1Sum of feeVar across all child transactions
Example
1.1object
Example
sender-account-1Example
John Doeobject
Example
CPFExample
91112680842Example
PAYMENT_ACCOUNTExample
0001Example
12345-2Example
12345678object
Example
John Doeobject
Example
CPFExample
91112680842Example
CHECKINGExample
0001Example
12345-2Example
12345678object
Company ID.
Example
550e8400-e29b-41d4-a716-446655440000Company name.
Example
Some company nameThe date and time when the batch was created.
Example
2023-07-10T12:00:00ZThe date and time when the batch was last updated.
Example
2023-07-10T12:00:00ZThe request is not valid
Unauthorized Request
An unexpected error occurred inside the server