Adds signature request as a replacement option for the Vault and Forward API
What’s new
Adds the related setting as a possible enum value for replacements, which defines the fields to be replaced in the forwarded request.
Impact
Stripe can now support Vault and Forward requests that require calculating a request hash as a part of the API. To do this, specify the the related setting replacement for relevant endpoints.
Changes
| Value | Change | Enums |
|---|---|---|
| request_signature | Added | Forwarding. Request#create. replacements[] Forwarding. Request. replacements[] |
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: 2024-12-18. acacia
- 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.