Skip to main content
Live status badges below link directly to each service’s /health endpoint. For programmatic monitoring, hit those endpoints — they return JSON with status, timestamp, and (for apiv3) dbHost.

Current status

apiv3.droplinked.com

Operational

Public API serving 200 OK. Mongo cluster: droplinked-prod. The /health endpoint returns { status, timestamp, dbHost, dbName, dbMode }.

service.droplinked.com

Operational

3rdp integration services serving 200 OK. PayPal partner-OAuth + Stripe webhook signing both healthy. Returns the standard { statusCode, status, data: { status, timestamp } } envelope.

droplinked.io storefronts

Operational

Customer-facing shops + checkout flow live. 4-PSP aggregation: Stripe / PayPal / Bonum / Crypto.

Programmatic checks

curl -s https://apiv3.droplinked.com/health | jq
The full machine-readable OpenAPI spec is published at https://apiv3.droplinked.com/swagger/json, and the Agentic Commerce Protocol feed at https://apiv3.droplinked.com/feed/acp.json.

Incident history

No active incidents. Subscribe to the status feed (coming soon) for email notifications.
DateServiceImpactResolution
2026-05-29apiv3 prodKMS payout settlement degraded (≈12 errors/h on startup)Resolved — env-shadow + DER decode fixes (droplinked-backend #1403 / #1417 / #1421)
2026-05-28apiv3 prodStripe checkout 401 on canonical Stripe accountResolved — wired STRIPE_RECONCILE_KEY through (droplinked-backend #1369)

SLA

This is a beta API. No formal SLA — best-effort 99% uptime is targeted. For production-critical integrations, embed health checks in your client and alert when /health returns 5xx for 3+ consecutive checks.