List Batches
Cursor-paginated list of batches for your merchant. Filter by
status and/or the created_at range using created_after /
created_before. Dates are RFC 3339 timestamps.
Authorizations
Per-request DPoP proof JWT (RFC 9449). MUST accompany the Authorization: DPoP <access_token> header on every protected operation. The proof is signed by the merchant's private DPoP key and carries htm, htu, iat, jti, and ath claims.
Query Parameters
Items per page. Maximum 100.
1 <= x <= 100Opaque cursor returned by a previous list response. Omit for the first page.
uploaded, validating, validated, validation_failed, confirmed, processing, completed, partial, failed, cancelled RFC 3339 timestamp. Returns batches with created_at >= this.
RFC 3339 / ISO 8601 timestamp in UTC.
"2026-04-15T14:30:00Z"
RFC 3339 timestamp. Returns batches with created_at <= this.
RFC 3339 / ISO 8601 timestamp in UTC.
"2026-04-15T14:30:00Z"