Class EphemeralKey

All Implemented Interfaces:
HasId, StripeActiveObject, StripeObjectInterface

public class EphemeralKey extends ApiResource implements HasId
Ephemeral keys give the SDKs (like Stripe's mobile SDKs and Issuing Elements) temporary, scoped access to a specific resource, such as a Customer, Issuing Card, or Identity VerificationSession, without exposing your secret API key.

Related guides: Using Issuing Elements.