RyzeDeskRyzeDesk

Stripe

4105 articles

Adds transaction link ID to card payment method details for Mastercard and Maestro transactions


Adds transaction link ID to card payment method details for Mastercard and Maestro transactions

What’s new

Adds the transaction_link_id property to the payment_method_details.card hash on the Charge object. The transaction link ID is a unique identifier that Mastercard and Maestro assign to link related transactions. When present in the financial network’s authorisation response, transaction_link_id is returned as a string of up to 22 characters. Otherwise, it returns as null.

Impact

Use the transaction_link_id property with the existing network transaction ID when reconciling or linking related transactions in your integration.

Changes

ParameterChangeResources or endpoints
transaction_link_idAddedCharge. payment_method_details. card

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: 2026-06-24. dahlia
  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-27

Is this helpful?