Vue Storefront Logo
Getting Started
  • Enterprise
  • BigCommerce BigCommerce
  • commercetools commercetools
  • SAP Commerce Cloud SAP Commerce Cloud
  • Open Source
  • Magento Magento
  • Shopify Shopify
  • Community
  • Sylius Sylius
  • Vendure Vendure
  • Odoo Odoo
  • PrestaShop PrestaShop
  • Spree Spree
  • See all integrations
  • Storefront UI
  • Vue Storefront Cloud
  • Vue Storefront 1
  • Core Docs ->
  • Getting started
    • Introduction
    • Setup (1/3): Extension module
    • Setup (2/3): Notification module
    • Setup (3/3): VSF module
  • Additional actions
    • Creating custom payment component
    • Customizing return URL
    • Manual capture
    • Protecting extension module with basic auth
  • Reference
    • Compatibility
    • FAQ
    • Sequence diagram
    • Changelog of the extension module
    • Changelog of the notification module
    • Changelog of the VSF module
  • Getting started
    • Introduction
    • Setup (1/3): Extension module
    • Setup (2/3): Notification module
    • Setup (3/3): VSF module
  • Additional actions
    • Creating custom payment component
    • Customizing return URL
    • Manual capture
    • Protecting extension module with basic auth
  • Reference
    • Compatibility
    • FAQ
    • Sequence diagram
    • Changelog of the extension module
    • Changelog of the notification module
    • Changelog of the VSF module
Docs Home Concepts All Integrations Storefront UI Vue Storefront Cloud Vue Storefront 1

Manual capture

The integration gives you a possibility to set capture_method as manual while creating Stripe Payment intents.

// middleware.config.js

module.exports = {
  integrations: {
    // ...
    stripe: {
      location: '@vsf-enterprise/stripe-commercetools/server',
      configuration: {
        // ..
        stripe: {
          // ...
          manualCapture: true
        }
      }
    }
  }
}
← Customizing return URL
Protecting extension module with basic auth →
Vue Storefront Logo

Stay connected:

Backed by:

Guides

  • Getting Started
  • Extending Vue Storefront

Documentation

  • Docs Home
  • Storefront UI
  • Vue Storefront Cloud
  • Vue Storefront 1

Company

  • About us
  • Careers
  • Blog
  • Privacy Policy