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
| Parameter | Change | Resources or endpoints |
|---|---|---|
| managed_payments | Added | PaymentLink PaymentLink#create |
Upgrade
- View your current API version in Workbench.
- 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
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
Learn more about Stripe API upgrades.