Public preview
Updated validation errors for redaction jobs to specify affected objects Public preview
What’s new
Validation errors for redaction jobs now include the id and object_type for affected objects during a redaction job.
Impact
Previously, this validation error only returned a nullable dictionary. If you’re using the erroring_object field, update your integration to expect values on the id and object_type fields only.
Changes
| Field | Change | From → to |
|---|---|---|
| Privacy. RedactionJobValidationError. erroring_object | Changed | map(string: string) → RedactionResourceErroringObject |
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: 2025-05-28. preview
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
- In Workbench, perform the upgrade . You can roll back the version for 72 hours.
Learn more about Stripe API upgrades.
