Adds capture method option to Satispay payments
What’s new
You can now specify the capture_method if you use Satispay.
Impact
If your integration relies on supplying capture_method as a payment method option on a per-payment-method basis, this change enables you to adopt Satispay.
Changes
| Parameter | Change | Resources or endpoints |
|---|---|---|
| satispay | Added | PaymentIntent#confirm. payment_method_options PaymentIntent#create. payment_method_options PaymentIntent#update. payment_method_options + 1 more PaymentIntent. payment_method_options |
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: 2025-05-28. basil
- 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.
Related changes
- Adds South Korean payment methods to the Payment Method Configurations API
- Adds account capability for the Pix payment method for US-based sellers
- Adds option to Checkout Sessions to let customers remove saved payment methods
- Adds support for setting up future usage of Naver Pay in Checkout Sessions
- Adds support for WeChat Pay for Setup Intents
- Adds network decline codes for PayPal refunds
