List Terminal batches
Lists Ionic’s persisted batch records. This endpoint does not contact
a Terminal; use data_as_of, stale_after, and is_stale to decide
whether to request a refresh.
Authorizations
Merchant secret key, or an authorized Platform secret key with delegation where documented.
Headers
Merchant ID when an authorized Platform acts for a connected Merchant.
^mer_[0-9A-Za-z]{14}$Query Parameters
Page size. Defaults to 20 and cannot exceed 100.
1 <= x <= 100Return objects after this resource ID.
Return batches containing this Terminal.
^tmr_[0-9A-Za-z]{14}$Return batches for this Ionic settlement profile.
^stlp_[0-9A-Za-z]{24}$Filter batch lifecycle status.
open, closing, closed Filter Ionic reconciliation status.
not_started, pending, reconciled, incomplete, needs_attention Created-at lower bound in RFC3339 format.
Created-at upper bound in RFC3339 format.
Closed-at lower bound in RFC3339 format.
Closed-at upper bound in RFC3339 format.

