Documentation

SCRAPING_SESSION_KEY_REQUIRED

400invalid_request

The session cache key is incomplete.

Cause

biller_id, client_id, and user_hash are all required; an empty triple would address the shared cache row.

How to fix it

An empty triple would address the shared cache row, so it is refused rather than defaulted.

Example response

400 SCRAPING_SESSION_KEY_REQUIRED
JSON
{
  "error_code": "SCRAPING_SESSION_KEY_REQUIRED",
  "error_type": "invalid_request",
  "error_message": "The session cache key is incomplete.",
  "hint": "An empty triple would address the shared cache row, so it is refused rather than defaulted.",
  "docs_url": "https://docs.billerapi.com/errors/SCRAPING_SESSION_KEY_REQUIRED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?