Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds a fraud warning for potentially compromised Issuing Cards


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

ParameterChangeResources or endpoints
latest_fraud_warningAddedIssuing. Card

Upgrade

  1. View your current API version in Workbench.
  2. 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
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?