Breaking changes
The request field of the Events object now specifies both the request ID and idempotency key Breaking changes
What’s new
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
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.
Changes
| Field | Change | From → to |
|---|---|---|
| Event. request | Changed | string → NotificationEventRequest |
Upgrade
- View your current API version in Workbench.
- If you use an SDK, upgrade to the corresponding SDK version for this API version.
- If you don’t use an SDK, update your API requests to include Stripe-Version: 2017-05-25
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
Learn more about Stripe API upgrades.
