RyzeDeskRyzeDesk

Stripe

4105 articles

Adds a funding source identifier to Link payments


Adds a funding source identifier to Link payments

What’s new

Adds the funding_source_group property to the payment_method_details.link hash 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 the payment_method_details.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. 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-27

Is this helpful?