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
| Parameter | Change | Resources or endpoints |
|---|---|---|
| fingerprint | Added | Charge. payment_method_details. pix ConfirmationToken. payment_method_preview. pix PaymentMethod. pix + 1 more SetupAttempt. payment_method_details. pix |
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: 2026-06-24. dahlia
- 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.
Related changes
- Adds buyer ID support for Bizum payments
- Enables manual capture for Sunbit payments
- Adds buyer ID support for the related setting payments
- Adds transaction link ID to card payment method details for Mastercard and Maestro transactions
- Adds payment method options for Sunbit in Checkout Sessions
- Adds support for the Sui network and USDsui token for crypto payments
- Adds support for Mastercard compliance disputes
- Adds support for recurring payments with Satispay
