The request field of the Events object now specifies both the request ID and idempotency keyBreaking changes
What’s new![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
Updates the request
property on the Event
object to be a hash containing the request ID and the idempotency key. Previously, request
was just the ID.
Impact![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
Expanding the request property on the Event
object to include both the request ID and idempotency key lets you access more detailed information about the API request that triggered the event, particularly the idempotency key.