Skip to main content
Crovver uses three different credential types depending on who is making the call.

Credential Types

Which Key Should I Use?

Use your Public Key. It’s safe to expose in frontend code. It can only read data and initiate checkout — it cannot modify subscriptions.
Use your Secret Key (API Key) in the Authorization header. Keep this server-side only — never expose it in client code.
Use the Service Key with an orgId query param. This is an internal credential for server-to-server calls between Crovver services.

Test vs Live Keys

Both public and secret keys come in test and live variants:
Test keys route to payment providers configured with test credentials. Use Stripe test card 4242 4242 4242 4242 to simulate successful payments.