Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Adds a funding source identifier to Link wallet card payments


Adds a funding source identifier to Link wallet card payments

What’s new

Adds the funding_source_group property to payment_method_details.card.wallet.link of the Charge object. This property contains an identifier, prefixed with lfsg_, for the funding-source group selected for a Link payment. It maps to the applicable pricing configuration in your Stripe pricing contract.

Impact

You can inspect payment_method_details.card.wallet.link.funding_source_group of a Charge to identify the funding-source group associated with a Link payment and reconcile it with the applicable pricing configuration in your Stripe pricing contract.

Changes

ParameterChangeResources or endpoints
funding_source_groupAddedCharge. payment_method_details. card. wallet. link

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-08-26. 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-25

Is this helpful?