S
Stripe API
Details
- URL
-
https://api.stripe.com - Docs
- https://docs.stripe.com/api
Authentication
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.