Schema2020-08-27
objectephemeral_key
- Source
openapi/spec3.json- Commit
d70de345383d- Active snapshot
da69df7e6e11
EphemeralKey
objectcreated integer (unix-time)
requiredTime at which the object was created. Measured in seconds since the Unix epoch.
expires integer (unix-time)
requiredTime at which the key will expire. Measured in seconds since the Unix epoch.
id string
requiredUnique identifier for the object.
livemode boolean
requiredHas the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
object string
requiredString representing the object's type. Objects of the same type share the same value.
secret string
optionalThe key's secret. You can use this value to make authorized requests to the Stripe API.