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
}
}
}
}
}