# Adds a fingerprint to Pix payment method details ## What’s new Adds the [fingerprint](https://docs.stripe.com/api/payment_methods/object.md?api-version=2026-06-24.dahlia#payment_method_object-pix-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](https://docs.stripe.com/api/charges/object.md?api-version=2026-06-24.dahlia) - [Confirmation Token](https://docs.stripe.com/api/confirmation_tokens/object.md?api-version=2026-06-24.dahlia) - [Setup Attempt](https://docs.stripe.com/api/setup_attempts/object.md?api-version=2026-06-24.dahlia) - [Payment Method](https://docs.stripe.com/api/payment_methods/object.md?api-version=2026-06-24.dahlia) ## 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 #### REST API | Parameter | Change | Resources or endpoints | | --- | --- | --- | | `fingerprint` | Added | [Charge.payment_method_details.pix](/api/charges/object?api-version=2026-06-24.dahlia#charge_object-payment_method_details-pix), [ConfirmationToken.payment_method_preview.pix](/api/confirmation_tokens/object?api-version=2026-06-24.dahlia#confirmation_token_object-payment_method_preview-pix), [PaymentMethod.pix](/api/payment_methods/object?api-version=2026-06-24.dahlia#payment_method_object-pix), [SetupAttempt.payment_method_details.pix](/api/setup_attempts/object?api-version=2026-06-24.dahlia#setup_attempt_object-payment_method_details-pix) | #### Ruby | Parameter | Change | Resources or methods | | --- | --- | --- | | `fingerprint` | Added | [Charge::PaymentMethodDetail::Pix](/api/charges/object?api-version=2026-06-24.dahlia#charge_object-payment_method_details-pix), [ConfirmationToken::PaymentMethodPreview::Pix](/api/confirmation_tokens/object?api-version=2026-06-24.dahlia#confirmation_token_object-payment_method_preview-pix), [PaymentMethod::Pix](/api/payment_methods/object?api-version=2026-06-24.dahlia#payment_method_object-pix), [SetupAttempt::PaymentMethodDetail::Pix](/api/setup_attempts/object?api-version=2026-06-24.dahlia#setup_attempt_object-payment_method_details-pix) | #### Python | Parameter | Change | Resources or methods | | --- | --- | --- | | `fingerprint` | Added | [Charge.PaymentMethodDetail.Pix](/api/charges/object?api-version=2026-06-24.dahlia#charge_object-payment_method_details-pix), [ConfirmationToken.PaymentMethodPreview.Pix](/api/confirmation_tokens/object?api-version=2026-06-24.dahlia#confirmation_token_object-payment_method_preview-pix), [PaymentMethod.Pix](/api/payment_methods/object?api-version=2026-06-24.dahlia#payment_method_object-pix), [SetupAttempt.PaymentMethodDetail.Pix](/api/setup_attempts/object?api-version=2026-06-24.dahlia#setup_attempt_object-payment_method_details-pix) | #### PHP | Parameter | Change | Resources or methods | | --- | --- | --- | | `fingerprint` | Added | [Charge.payment_method_details.pix](/api/charges/object?api-version=2026-06-24.dahlia#charge_object-payment_method_details-pix), [ConfirmationToken.payment_method_preview.pix](/api/confirmation_tokens/object?api-version=2026-06-24.dahlia#confirmation_token_object-payment_method_preview-pix), [PaymentMethod.pix](/api/payment_methods/object?api-version=2026-06-24.dahlia#payment_method_object-pix), [SetupAttempt.payment_method_details.pix](/api/setup_attempts/object?api-version=2026-06-24.dahlia#setup_attempt_object-payment_method_details-pix) | #### Java | Parameter | Change | Resources or methods | | --- | --- | --- | | `fingerprint` | Added | [Charge.payment_method_details.pix](/api/charges/object?api-version=2026-06-24.dahlia#charge_object-payment_method_details-pix), [ConfirmationToken.payment_method_preview.pix](/api/confirmation_tokens/object?api-version=2026-06-24.dahlia#confirmation_token_object-payment_method_preview-pix), [PaymentMethod.pix](/api/payment_methods/object?api-version=2026-06-24.dahlia#payment_method_object-pix), [SetupAttempt.payment_method_details.pix](/api/setup_attempts/object?api-version=2026-06-24.dahlia#setup_attempt_object-payment_method_details-pix) | #### Node.js | Parameter | Change | Resources or methods | | --- | --- | --- | | `fingerprint` | Added | [Charge.payment_method_details.pix](/api/charges/object?api-version=2026-06-24.dahlia#charge_object-payment_method_details-pix), [ConfirmationToken.payment_method_preview.pix](/api/confirmation_tokens/object?api-version=2026-06-24.dahlia#confirmation_token_object-payment_method_preview-pix), [PaymentMethod.pix](/api/payment_methods/object?api-version=2026-06-24.dahlia#payment_method_object-pix), [SetupAttempt.payment_method_details.pix](/api/setup_attempts/object?api-version=2026-06-24.dahlia#setup_attempt_object-payment_method_details-pix) | #### Go | Parameter | Change | Resources or methods | | --- | --- | --- | | `Fingerprint` | Added | [ChargePaymentMethodDetailsPix](/api/charges/object?api-version=2026-06-24.dahlia#charge_object-payment_method_details-pix), [ConfirmationTokenPaymentMethodPreviewPix](/api/confirmation_tokens/object?api-version=2026-06-24.dahlia#confirmation_token_object-payment_method_preview-pix), [PaymentMethodPix](/api/payment_methods/object?api-version=2026-06-24.dahlia#payment_method_object-pix), [SetupAttemptPaymentMethodDetailsPix](/api/setup_attempts/object?api-version=2026-06-24.dahlia#setup_attempt_object-payment_method_details-pix) | #### .NET | Parameter | Change | Resources or methods | | --- | --- | --- | | `Fingerprint` | Added | [Charge.PaymentMethodDetails.Pix](/api/charges/object?api-version=2026-06-24.dahlia#charge_object-payment_method_details-pix), [ConfirmationToken.PaymentMethodPreview.Pix](/api/confirmation_tokens/object?api-version=2026-06-24.dahlia#confirmation_token_object-payment_method_preview-pix), [PaymentMethod.Pix](/api/payment_methods/object?api-version=2026-06-24.dahlia#payment_method_object-pix), [SetupAttempt.PaymentMethodDetails.Pix](/api/setup_attempts/object?api-version=2026-06-24.dahlia#setup_attempt_object-payment_method_details-pix) | ## Upgrade #### REST API 1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) 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](https://docs.stripe.com/api/versioning.md) to include `Stripe-Version: 2026-06-24.dahlia` 3. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md). 4. [Test your integration](https://docs.stripe.com/testing.md) against the new version. 5. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md). 6. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours. Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md). #### Ruby 1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench. 2. Upgrade your Ruby SDK to the latest version. 3. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md). 4. [Test your integration](https://docs.stripe.com/testing.md) against the new version. 5. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md). 6. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours. Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md). #### Python 1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench. 2. Upgrade your Python SDK to the latest version. 3. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md). 4. [Test your integration](https://docs.stripe.com/testing.md) against the new version. 5. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md). 6. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours. Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md). #### PHP 1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench. 2. Upgrade your PHP SDK to the latest version. 3. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md). 4. [Test your integration](https://docs.stripe.com/testing.md) against the new version. 5. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md). 6. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours. Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md). #### Java 1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench. 2. Upgrade your Java SDK to the latest version. 3. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md). 4. [Test your integration](https://docs.stripe.com/testing.md) against the new version. 5. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md). 6. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours. Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md). #### Node.js 1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench. 2. Upgrade your Node SDK to the latest version. 3. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md). 4. [Test your integration](https://docs.stripe.com/testing.md) against the new version. 5. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md). 6. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours. Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md). #### Go 1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench. 2. Upgrade your Go SDK to the latest version. 3. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md). 4. [Test your integration](https://docs.stripe.com/testing.md) against the new version. 5. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md). 6. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours. Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md). #### .NET 1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench. 2. Upgrade your .NET SDK to the latest version. 3. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md). 4. [Test your integration](https://docs.stripe.com/testing.md) against the new version. 5. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md). 6. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours. Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md). ## Related changes - [Adds buyer ID support for Bizum payments](https://docs.stripe.com/changelog/dahlia/2026-06-24/bizum-payments-buyer-id.md) - [Enables manual capture for Sunbit payments](https://docs.stripe.com/changelog/dahlia/2026-06-24/enables-manual-capture-for-sunbit-payments.md) - [Adds buyer ID support for BLIK payments](https://docs.stripe.com/changelog/dahlia/2026-06-24/blik-payments-buyer-id.md) - [Adds transaction link ID to card payment method details for Mastercard and Maestro transactions](https://docs.stripe.com/changelog/dahlia/2026-06-24/card-payment-method-details-transaction-link-id.md) - [Adds payment method options for Sunbit in Checkout Sessions](https://docs.stripe.com/changelog/dahlia/2026-06-24/sunbit-checkout-pmo.md) - [Adds support for the Sui network and USDsui token for crypto payments](https://docs.stripe.com/changelog/dahlia/2026-06-24/sui-network-and-usdsui-token-support.md) - [Adds support for Mastercard compliance disputes](https://docs.stripe.com/changelog/dahlia/2026-06-24/mastercard-compliance-disputes.md) - [Adds support for recurring payments with Satispay](https://docs.stripe.com/changelog/dahlia/2026-06-24/satispay-recurring-payments.md)