Adds a fraud warning for potentially compromised Issuing Cards
What’s new
Issuing Cards now specify when they’ve been reported as compromised by the cardholder in the latest_fraud_warning property, serving as an indicator for issuers to cancel and reissue the affected cards.
Impact
We recommend you monitor this property to know if a card is potentially compromised and susceptible to fraud. Use this property to make card status changes to prevent fraudulent transactions on the card. Any value in this field indicates that the card might be compromised.
Listen for issuing_card.updated webhook events to know when a card’s fraud warning status changes as a result of a cardholder reporting fraud. Radar provides additional updates in this field when Stripe’s fraud detection systems detect a possible compromise.
Read more about managing fraud on Stripe Issuing.
Changes
| Parameter | Change | Resources or endpoints |
|---|---|---|
| latest_fraud_warning | Added | Issuing. Card |
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-11-17. clover
- 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.
