Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds a fingerprint to Pix payment method details


Adds a fingerprint to Pix payment method details

What’s new

Adds the fingerprint property to the Pix payment method details hash. The fingerprint is a privacy-preserving hash that uniquely identifies a particular Pix account. You can use it to determine whether two Pix transactions involve the same underlying Pix account.

The fingerprint property is available on the following objects:

  • Charge
  • Confirmation Token
  • Setup Attempt
  • Payment Method

Impact

You can now read the fingerprint property from the Pix payment method details hash on successful payments and SetupIntents to identify whether two transactions share the same Pix account, without exposing any personally identifiable information.

Changes

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-06-24. dahlia
  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?