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