RyzeDeskRyzeDesk

Stripe

4105 articles

Adds support for Managed Payments on payment links


Public preview

Adds support for Managed Payments on payment links Public preview

What’s new

Adds support for Managed Payments, where Stripe acts as the merchant of record for digital products, when using payment links. When you create a payment link, enable Managed Payments by setting the new managed_payments.enabled parameter to true.

Impact

You can now use Managed Payments to sell digital products through payment links.

You can create payment links with Managed Payments enabled in the Dashboard or using the Payment Links API.

Changes

ParameterChangeResources or endpoints
managed_paymentsAddedPaymentLink PaymentLink#create

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-03-25. preview
  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?