Documentation

INVALID_CURSOR

400invalid_request

The pagination cursor is malformed or stale.

Cause

The opaque cursor could not be decoded (truncated, edited, or from a different list).

How to fix it

Drop the cursor and re-sync from zero (omit the cursor parameter). Never construct or mutate cursor values yourself.

Example response

400 INVALID_CURSOR
JSON
{
  "error_code": "INVALID_CURSOR",
  "error_type": "invalid_request",
  "error_message": "The pagination cursor is malformed or stale.",
  "hint": "Drop the cursor and re-sync from zero (omit the cursor parameter). Never construct or mutate cursor values yourself.",
  "docs_url": "https://docs.billerapi.com/errors/INVALID_CURSOR",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

Canonical docs URL: https://docs.billerapi.com/errors/INVALID_CURSOR

Was this page helpful?