Adds support for issuing fraud challenges
What’s new
Issuing users can now see fraud challenges sent for Authorizations in the fraud_challenges array, which also contains the status and outcome of the challenge.
A new verified_by_fraud_challenge field shows when fraud risk controls were bypassed for an authorisation 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_challenges verified_by_fraud_challenge | Added | Issuing. Authorization |
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
- 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.
