Adds active status filtering to payment method configurations
What’s new
You can now filter payment method configurations by their active status using the new active parameter on the List PaymentMethodConfigurations endpoint.
Impact
You can retrieve active payment method configurations without needing to filter results on your end. This is useful when you need to display only active payment options to customers or when managing configurations in your Dashboard.
Specific actions you can take:
- Filter for active configurations by including active=true in your API request.
- Retrieve inactive configurations by including active=false .
- Retrieve all configurations, regardless of status, by omitting the active parameter entirely.
- Update your existing list calls to leverage this filtering for better performance.
- Modify your customer-facing payment flows to show only active payment methods by adding active=true .
Changes
| Parameter | Change | Resources or endpoints |
|---|---|---|
| active | Added | PaymentMethodConfiguration#list |
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-05-27. dahlia
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
- In Workbench, perform the upgrade . You can roll back the version for 72 hours.
Learn more about Stripe API upgrades.
