Creates a short-lived API key for a given resource.
Successful response.
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.
Time at which the object was created. Measured in seconds since the Unix epoch.
Time at which the key will expire. Measured in seconds since the Unix epoch.
Unique identifier for the object.
If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
String representing the object's type. Objects of the same type share the same value.
The key's secret. You can use this value to make authorized requests to the Stripe API.