# Adds fingerprint property to card payout methods ## What’s new Adds the [fingerprint](https://docs.stripe.com/api/v2/money-management/payout-methods/retrieve.md?api-version=2026-01-28.preview#v2_retrieve_payout_methods-response-card-fingerprint) property to the [card](https://docs.stripe.com/api/v2/money-management/payout-methods/retrieve.md?api-version=2026-01-28.preview#v2_retrieve_payout_methods-response-card) hash on [Payout Method](https://docs.stripe.com/api/v2/money-management/payout-methods/object.md?api-version=2026-01-28.preview) 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 #### REST API | Parameter | Change | Resources or endpoints | | ------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------- | | `fingerprint` | Added | [V2.MoneyManagement.PayoutMethod.card](/api/v2/money-management/payout-methods/object?api-version=2026-01-28.preview#v2_payout_method_object-card) | #### Ruby | Parameter | Change | Resources or methods | | ------------- | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------- | | `fingerprint` | Added | [V2::MoneyManagement::PayoutMethod::Card](/api/v2/money-management/payout-methods/object?api-version=2026-01-28.preview#v2_payout_method_object-card) | #### Python | Parameter | Change | Resources or methods | | ------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------- | | `fingerprint` | Added | [V2.MoneyManagement.PayoutMethod.Card](/api/v2/money-management/payout-methods/object?api-version=2026-01-28.preview#v2_payout_method_object-card) | #### PHP | Parameter | Change | Resources or methods | | ------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------- | | `fingerprint` | Added | [V2.MoneyManagement.PayoutMethod.card](/api/v2/money-management/payout-methods/object?api-version=2026-01-28.preview#v2_payout_method_object-card) | #### Java | Parameter | Change | Resources or methods | | ------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------- | | `fingerprint` | Added | [v2.moneymanagement.PayoutMethod.card](/api/v2/money-management/payout-methods/object?api-version=2026-01-28.preview#v2_payout_method_object-card) | #### Node.js | Parameter | Change | Resources or methods | | ------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------- | | `fingerprint` | Added | [V2.MoneyManagement.PayoutMethod.card](/api/v2/money-management/payout-methods/object?api-version=2026-01-28.preview#v2_payout_method_object-card) | #### Go | Parameter | Change | Resources or methods | | ------------- | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------- | | `Fingerprint` | Added | [V2MoneyManagementPayoutMethodCard](/api/v2/money-management/payout-methods/object?api-version=2026-01-28.preview#v2_payout_method_object-card) | #### .NET | Parameter | Change | Resources or methods | | ------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------- | | `Fingerprint` | Added | [V2.MoneyManagement.PayoutMethod.Card](/api/v2/money-management/payout-methods/object?api-version=2026-01-28.preview#v2_payout_method_object-card) | ## 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. 1. 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-01-28.preview` 1. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md). 1. [Test your integration](https://docs.stripe.com/testing.md) against the new version. 1. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md). 1. 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. 1. Upgrade your Ruby SDK to the latest version. 1. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md). 1. [Test your integration](https://docs.stripe.com/testing.md) against the new version. 1. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md). 1. 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. 1. Upgrade your Python SDK to the latest version. 1. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md). 1. [Test your integration](https://docs.stripe.com/testing.md) against the new version. 1. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md). 1. 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. 1. Upgrade your PHP SDK to the latest version. 1. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md). 1. [Test your integration](https://docs.stripe.com/testing.md) against the new version. 1. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md). 1. 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. 1. Upgrade your Java SDK to the latest version. 1. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md). 1. [Test your integration](https://docs.stripe.com/testing.md) against the new version. 1. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md). 1. 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. 1. Upgrade your Node SDK to the latest version. 1. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md). 1. [Test your integration](https://docs.stripe.com/testing.md) against the new version. 1. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md). 1. 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. 1. Upgrade your Go SDK to the latest version. 1. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md). 1. [Test your integration](https://docs.stripe.com/testing.md) against the new version. 1. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md). 1. 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. 1. Upgrade your .NET SDK to the latest version. 1. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md). 1. [Test your integration](https://docs.stripe.com/testing.md) against the new version. 1. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md). 1. 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 - [Updates error codes for the Outbound Setup Intents API](https://docs.stripe.com/changelog/clover/2026-01-28/outbound-setup-intents-error-codes.md) - [Adds alternative reference field to bank account and payout method resources](https://docs.stripe.com/changelog/clover/2026-01-28/alternative-reference-field.md) - [Global Payouts adds support for 15 new countries for cross-border payouts](https://docs.stripe.com/changelog/clover/2026-01-28/cross-border-payouts-new-countries.md)