Skip to main content
Schema2020-08-27object

ephemeral_key

Source
openapi/spec3.json
Commit
d70de345383d
Active snapshot
da69df7e6e11

EphemeralKey

object
created integer (unix-time)
required

Time at which the object was created. Measured in seconds since the Unix epoch.

expires integer (unix-time)
required

Time at which the key will expire. Measured in seconds since the Unix epoch.

id string
required

Unique identifier for the object.

livemode boolean
required

Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.

object string
required

String representing the object's type. Objects of the same type share the same value.

secret string
optional

The key's secret. You can use this value to make authorized requests to the Stripe API.