Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds support for updating Connect parameters of an existing Payment Link


Adds support for updating Connect parameters of an existing Payment Link

What’s new

Adds application_fee_amount, application_fee_percent, on_behalf_of, and transfer_data as parameters on the update a Payment Link method. These parameters were previously available only on the create a Payment Link method. You can also pass an empty string to unset any of these parameters.

This updated money movement configuration applies to all Checkout Sessions created from the Payment Link after this change. Existing, active sessions aren’t affected.

Impact

If you use Connect with Payment Links, you can modify application fees, destination charges, and on-behalf-of settings on an existing Payment Link without needing to create a separate one.

Changes

ParametersChangeResources or endpoints
application_fee_amount application_fee_percent on_behalf_of transfer_dataAddedPaymentLink#update

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 .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?