Chrono/Developer
Edited just now

Developer

Manage API credentials for test and live environments

warning
Backend unavailableLive API keys are hidden until they can be loaded from the backend. Test mode keeps non-secret developer examples available.
Publishable KeyClient-side only

Use this key in frontend applications. Safe to expose in client-side code.

chr_test_pk_dev_only
Secret KeyKeep Secret

Use this key in server-side applications. Never expose publicly.

Test secret unavailable

scheduleLast regenerated 14 days ago

API Usage
Requests Todaytrending_up
1,284+12.3%
Rate Limitspeed
1,000/min
Errorserror_outline
3-2
Quick Start
Code Example (cURL)
curl -X POST https://api.chrono.do/v1/payments \
  -H "Authorization: Bearer chr_test_sk_..." \
  -d '{"amount": 1000, "currency": "usd"}'
Usage Event Test
Send Test Event

Ingest a usage event to test your metering pipeline. Events are sent to POST /v1/metering/events

Test Mode