Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Adds fingerprint property to card payout methods


Public preview

Adds fingerprint property to card payout methods Public preview

What’s new

Adds the fingerprint property to the card hash on Payout Method objects. The fingerprint is a unique identifier for the card – scoped to the merchant – that remains consistent across multiple payout methods using the same card.

Impact

You can now access the fingerprint property when retrieving card payout methods through the Money Management APIs. This property helps you identify when multiple payout methods reference the same physical card, enabling better tracking and management of payout destinations. The fingerprint can also be useful for deduplication and fraud prevention.

Changes

ParameterChangeResources or endpoints
fingerprintAddedV2. MoneyManagement. PayoutMethod. 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: 2026-01-28. preview
  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 .

Learn more about Stripe API upgrades.

Last verified 2026-09-25

Is this helpful?