Adds capture method option to Billie payments
What’s new
Adds support for specifying the capture_method for Billie as a payment method option.
Impact
You can now accept Billie payments if your integration relies on supplying capture_method as a payment method option on a per-payment method basis.
Changes
| Parameter | Change | Resources or endpoints |
|---|---|---|
| billie | 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-04-30. 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.
