Adds support for issuing fraud challenges
What’s new
Issuing users can now see fraud challenges sent for Authorizations in the fraud_ array, which also contains the status and outcome of the challenge.
A new verified_ field shows when fraud risk controls were bypassed for an authorization due to a previously completed fraud challenge.
Impact
Fraud challenges allow cardholders to retry transactions that were incorrectly declined by Stripe Issuing’s fraud risk controls. You can enable fraud challenges on the Issuing settings Dashboard page.
Changes
| Parameters | Change | Resources or endpoints |
| fraud_challengesverified_by_fraud_challenge | Added |
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-11-20.acacia
- If you don’t use an SDK, update your API requests to include
- 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.