Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Adds a Charge Transaction Id for several payment methods


Adds a Charge Transaction Id for several payment methods

What’s new

Adds the transaction_id field to the Charge object under payment_method_details for the following payment methods:

  • Alma
  • Amazon Pay
  • Billie
  • Kakao Pay
  • Korean Cards
  • Naver Pay
  • Payco
  • Revolut Pay
  • Samsung Pay
  • Satispay

Impact

Payment methods use their own transaction IDs to identify payments. These IDs might be shown to customers, and customers can refer to them when communicating with you. You can now get these transaction IDs within the Charge object to identify the corresponding Charge.

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: 2025-08-27. basil
  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 .

Learn more about Stripe API upgrades.

Last verified 2026-09-25

Is this helpful?