Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Enables manual capture for Sunbit payments


Enables manual capture for Sunbit payments

What’s new

Adds support for manual capture for Sunbit payments. You can now set the capture_method parameter to manual when creating a PaymentIntent that uses Sunbit as the payment method. This allows you to authorize the payment first and capture it at a later time, giving you more control over when funds are collected from your customer.

Previously, Sunbit payments only supported automatic capture, where funds were collected immediately upon authorization.

Impact

You can now use manual capture workflows with Sunbit payments, enabling use cases such as:

  • Authorizing payments before shipping products
  • Implementing delayed capture for marketplace scenarios
  • Managing inventory and fulfillment processes before collecting funds

To use manual capture, set the capture_method parameter to manual when creating the PaymentIntent, then call the capture endpoint when you’re ready to collect the funds. Alternatively, you can set payment_method_options.sunbit.capture_method to manual when creating a PaymentIntent to use manual capture only if Sunbit is selected. To use manual capture in a Checkout Session, set the payment_intent_data.capture_method to manual when calling the create endpoint, then call the capture endpoint when you’re ready to collect the funds.

Manual capture must occur within the payment method’s authorization window.

Changes

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-06-24. dahlia
  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 .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?