Health

Health check

Reports whether the platform is currently serving traffic, so callers can route payments elsewhere while we are impaired. Safe to poll — checks are cached for a few seconds and require no authentication. Failover on status rather than the HTTP code alone: a degraded response is still 200 because reads and account management keep working while payments stall.

get/health

Response

Serving traffic, either fully (operational) or partially

status'operational' | 'degraded' | 'unavailable' required

Worst status across all components. operational means send us traffic; anything else means route new payment traffic elsewhere until it returns to operational.

timestampstring required

When these checks last ran. Results are cached for a few seconds, so this trails the request by up to that long.

Example response

{
  "timestamp": "2026-09-15T10:30:00.000Z"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.