S

Stripe API

REST discovered

Details
URL
https://api.stripe.com
Docs
https://docs.stripe.com/api
Authentication
Stripe API key api_key discovered Get key ↗
Authorization: Bearer <credential>

Create or reveal a key in the API keys page of the Stripe Dashboard. Stripe issues publishable keys (pk_...), restricted keys (rk_...), secret keys (sk_...), and organization keys (sk_org_...). For server-side integrations, Stripe recommends creating a restricted API key or using a secret key; for browser/mobile publishable operations use a publishable key where supported.