Stripe Ephemeral Keys

Creates temporary API keys for mobile clients

Integration Operations & Process Management Free ⭐ Featured ✓ Official

Requirements

Ephemeral Keys are short-lived API keys that allow mobile and web clients to directly retrieve limited information from the Stripe API. They're commonly used in mobile apps to securely fetch customer payment methods or create payment intents without exposing your secret API keys.

Includes:

    1. POST /ephemeral_keys
- DELETE /ephemeral_keys/{key}

Tags: