# Adds support for in-person payment methods, including Interac cards ## What’s new Allows for better handling and differentiation of in-person transactions made with `card_present` or `interac_present` payment methods. ## Impact This change allows you to access specific details related to these transaction types. ## Changes #### REST API | Parameters | Change | Resources or endpoints | | ------------------------------------------------------------------ | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `issuer`, `description`, `brand_product`, `network_transaction_id` | Added | [Charge.payment_method_details.card_present](/api/charges/object?api-version=2024-09-30.acacia#charge_object-payment_method_details-card_present) | | `issuer`, `description`, `network_transaction_id` | Added | [Charge.payment_method_details.interac_present](/api/charges/object?api-version=2024-09-30.acacia#charge_object-payment_method_details-interac_present) | | `issuer`, `description`, `brand_product` | Added | [PaymentMethod.card_present](/api/payment_methods/object?api-version=2024-09-30.acacia#payment_method_object-card_present) | | `issuer`, `description` | Added | [PaymentMethod.interac_present](/api/payment_methods/object?api-version=2024-09-30.acacia#payment_method_object-interac_present) | | `network_transaction_id`, `brand_product` | Added | [ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present](/api/confirmation_tokens/object?api-version=2024-09-30.acacia#confirmation_token_object-payment_method_preview-card-generated_from-payment_method_details-card_present), [PaymentMethod.card.generated_from.payment_method_details.card_present](/api/payment_methods/object?api-version=2024-09-30.acacia#payment_method_object-card-generated_from-payment_method_details-card_present) | #### Ruby This change does not affect the Ruby SDK. #### Python | Parameters | Change | Resources or methods | | ------------------------ | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `brand_product` | Added | [stripe.Charge.PaymentMethodDetails.CardPresent](/api/charges/object?api-version=2024-09-30.acacia#charge_object-payment_method_details-card_present), [stripe.ConfirmationToken.PaymentMethodPreview.Card.GeneratedFrom.PaymentMethodDetails.CardPresent](/api/confirmation_tokens/object?api-version=2024-09-30.acacia#confirmation_token_object-payment_method_preview-card-generated_from-payment_method_details-card_present), [stripe.ConfirmationToken.PaymentMethodPreview.CardPresent](/api/confirmation_tokens/object?api-version=2024-09-30.acacia#confirmation_token_object-payment_method_preview-card_present), [stripe.PaymentMethod.Card.GeneratedFrom.PaymentMethodDetails.CardPresent](/api/payment_methods/object?api-version=2024-09-30.acacia#payment_method_object-card-generated_from-payment_method_details-card_present), [stripe.PaymentMethod.CardPresent](/api/payment_methods/object?api-version=2024-09-30.acacia#payment_method_object-card_present) | | `network_transaction_id` | Added | [stripe.Charge.PaymentMethodDetails.CardPresent](/api/charges/object?api-version=2024-09-30.acacia#charge_object-payment_method_details-card_present), [stripe.Charge.PaymentMethodDetails.InteracPresent](/api/charges/object?api-version=2024-09-30.acacia#charge_object-payment_method_details-interac_present), [stripe.ConfirmationToken.PaymentMethodPreview.Card.GeneratedFrom.PaymentMethodDetails.CardPresent](/api/confirmation_tokens/object?api-version=2024-09-30.acacia#confirmation_token_object-payment_method_preview-card-generated_from-payment_method_details-card_present), [stripe.PaymentMethod.Card.GeneratedFrom.PaymentMethodDetails.CardPresent](/api/payment_methods/object?api-version=2024-09-30.acacia#payment_method_object-card-generated_from-payment_method_details-card_present) | #### PHP This change does not affect the PHP SDK. #### Java | Parameters | Change | Resources or methods | | ------------------------ | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `brand_product` | Added | [Charge.payment_method_details.card_present](/api/charges/object?api-version=2024-09-30.acacia#charge_object-payment_method_details-card_present), [ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present](/api/confirmation_tokens/object?api-version=2024-09-30.acacia#confirmation_token_object-payment_method_preview-card-generated_from-payment_method_details-card_present), [ConfirmationToken.payment_method_preview.card_present](/api/confirmation_tokens/object?api-version=2024-09-30.acacia#confirmation_token_object-payment_method_preview-card_present), [PaymentMethod.card.generated_from.payment_method_details.card_present](/api/payment_methods/object?api-version=2024-09-30.acacia#payment_method_object-card-generated_from-payment_method_details-card_present), [PaymentMethod.card_present](/api/payment_methods/object?api-version=2024-09-30.acacia#payment_method_object-card_present) | | `network_transaction_id` | Added | [Charge.payment_method_details.card_present](/api/charges/object?api-version=2024-09-30.acacia#charge_object-payment_method_details-card_present), [Charge.payment_method_details.interac_present](/api/charges/object?api-version=2024-09-30.acacia#charge_object-payment_method_details-interac_present), [ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present](/api/confirmation_tokens/object?api-version=2024-09-30.acacia#confirmation_token_object-payment_method_preview-card-generated_from-payment_method_details-card_present), [PaymentMethod.card.generated_from.payment_method_details.card_present](/api/payment_methods/object?api-version=2024-09-30.acacia#payment_method_object-card-generated_from-payment_method_details-card_present) | #### Node.js | Parameters | Change | Resources or methods | | ------------------------ | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `brand_product` | Added | [Charge.payment_method_details.card_present](/api/charges/object?api-version=2024-09-30.acacia#charge_object-payment_method_details-card_present), [ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present](/api/confirmation_tokens/object?api-version=2024-09-30.acacia#confirmation_token_object-payment_method_preview-card-generated_from-payment_method_details-card_present), [ConfirmationToken.payment_method_preview.card_present](/api/confirmation_tokens/object?api-version=2024-09-30.acacia#confirmation_token_object-payment_method_preview-card_present), [PaymentMethod.card.generated_from.payment_method_details.card_present](/api/payment_methods/object?api-version=2024-09-30.acacia#payment_method_object-card-generated_from-payment_method_details-card_present), [PaymentMethod.card_present](/api/payment_methods/object?api-version=2024-09-30.acacia#payment_method_object-card_present) | | `network_transaction_id` | Added | [Charge.payment_method_details.card_present](/api/charges/object?api-version=2024-09-30.acacia#charge_object-payment_method_details-card_present), [Charge.payment_method_details.interac_present](/api/charges/object?api-version=2024-09-30.acacia#charge_object-payment_method_details-interac_present) | #### Go | Parameters | Change | Resources or methods | | ---------------------- | ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `BrandProduct` | Added | [ChargePaymentMethodDetailsCardPresent](/api/charges/object?api-version=2024-09-30.acacia#charge_object-payment_method_details-card_present), [ConfirmationTokenPaymentMethodPreviewCardGeneratedFromPaymentMethodDetailsCardPresent](/api/confirmation_tokens/object?api-version=2024-09-30.acacia#confirmation_token_object-payment_method_preview-card-generated_from-payment_method_details-card_present), [ConfirmationTokenPaymentMethodPreviewCardPresent](/api/confirmation_tokens/object?api-version=2024-09-30.acacia#confirmation_token_object-payment_method_preview-card_present), [PaymentMethodCardGeneratedFromPaymentMethodDetailsCardPresent](/api/payment_methods/object?api-version=2024-09-30.acacia#payment_method_object-card-generated_from-payment_method_details-card_present), [PaymentMethodCardPresent](/api/payment_methods/object?api-version=2024-09-30.acacia#payment_method_object-card_present) | | `NetworkTransactionID` | Added | [ChargePaymentMethodDetailsCardPresent](/api/charges/object?api-version=2024-09-30.acacia#charge_object-payment_method_details-card_present), [ChargePaymentMethodDetailsInteracPresent](/api/charges/object?api-version=2024-09-30.acacia#charge_object-payment_method_details-interac_present), [ConfirmationTokenPaymentMethodPreviewCardGeneratedFromPaymentMethodDetailsCardPresent](/api/confirmation_tokens/object?api-version=2024-09-30.acacia#confirmation_token_object-payment_method_preview-card-generated_from-payment_method_details-card_present), [PaymentMethodCardGeneratedFromPaymentMethodDetailsCardPresent](/api/payment_methods/object?api-version=2024-09-30.acacia#payment_method_object-card-generated_from-payment_method_details-card_present) | #### .NET | Parameters | Change | Resources or methods | | ---------------------- | ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `BrandProduct` | Added | [ChargePaymentMethodDetailsCardPresent](/api/charges/object?api-version=2024-09-30.acacia#charge_object-payment_method_details-card_present), [ConfirmationTokenPaymentMethodPreviewCardGeneratedFromPaymentMethodDetailsCardPresent](/api/confirmation_tokens/object?api-version=2024-09-30.acacia#confirmation_token_object-payment_method_preview-card-generated_from-payment_method_details-card_present), [ConfirmationTokenPaymentMethodPreviewCardPresent](/api/confirmation_tokens/object?api-version=2024-09-30.acacia#confirmation_token_object-payment_method_preview-card_present), [PaymentMethodCardGeneratedFromPaymentMethodDetailsCardPresent](/api/payment_methods/object?api-version=2024-09-30.acacia#payment_method_object-card-generated_from-payment_method_details-card_present), [PaymentMethodCardPresent](/api/payment_methods/object?api-version=2024-09-30.acacia#payment_method_object-card_present) | | `NetworkTransactionId` | Added | [ChargePaymentMethodDetailsCardPresent](/api/charges/object?api-version=2024-09-30.acacia#charge_object-payment_method_details-card_present), [ChargePaymentMethodDetailsInteracPresent](/api/charges/object?api-version=2024-09-30.acacia#charge_object-payment_method_details-interac_present), [ConfirmationTokenPaymentMethodPreviewCardGeneratedFromPaymentMethodDetailsCardPresent](/api/confirmation_tokens/object?api-version=2024-09-30.acacia#confirmation_token_object-payment_method_preview-card-generated_from-payment_method_details-card_present), [PaymentMethodCardGeneratedFromPaymentMethodDetailsCardPresent](/api/payment_methods/object?api-version=2024-09-30.acacia#payment_method_object-card-generated_from-payment_method_details-card_present) | ## 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: 2024-09-30.acacia` 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 [v13.0.0](https://github.com/stripe/stripe-ruby/releases/tag/v13.0.0) 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 [v11.0.0](https://github.com/stripe/stripe-python/releases/tag/v11.0.0) 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 [v16.0.0](https://github.com/stripe/stripe-php/releases/tag/v16.0.0) 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 [v27.0.0](https://github.com/stripe/stripe-java/releases/tag/v27.0.0) 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 [v17.0.0](https://github.com/stripe/stripe-node/releases/tag/v17.0.0) 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 [v80.0.0](https://github.com/stripe/stripe-go/releases/tag/v80.0.0) 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 [v46.0.0](https://github.com/stripe/stripe-dotnet/releases/tag/v46.0.0) 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 - [Adds option to retrieve CVC tokens on Confirmation Tokens](https://docs.stripe.com/changelog/acacia/2024-09-30/support-payment-method-options-confirmation.md) - [Adds customer ID to payment method preview on a confirmation token](https://docs.stripe.com/changelog/acacia/2024-09-30/support-customer-payment-method-preview.md) - [Adds support for identifying the unique payer for the BLIK payment method](https://docs.stripe.com/changelog/acacia/2024-09-30/buyer-id-blik.md) - [Adds support for Affirm transaction IDs](https://docs.stripe.com/changelog/acacia/2024-09-30/affirm-transaction-id-dashboard.md) - [Displays `authorization_code` for Charges](https://docs.stripe.com/changelog/acacia/2024-09-30/displays-authorization-code-for-charges.md) - [Adds wallet details for `card_present` Charges and Payment Methods](https://docs.stripe.com/changelog/acacia/2024-09-30/adds-offline-details-card-present-paymentmethods.md) - [Adds country field for Charges that use Klarna](https://docs.stripe.com/changelog/acacia/2024-09-30/charges-klarna-payer-details-country.md) - [Displays Amazon Pay dispute type on Disputes](https://docs.stripe.com/changelog/acacia/2024-09-30/display-amazonpay-dispute-type.md)