capture method = manual
-
Hi –
I intend to use your plugin with manual capture for some products. I.e. I would only place a hold, but then I would capture the funds later.
Using the example from stripe docs, it would go something like:
\Stripe\PaymentIntent::create([
‘amount’ => 1099,
‘currency’ => ‘eur’,
‘payment_method_types’ => [‘card’],
‘capture_method’ => ‘manual’,
]);Is this possible to do with your plugin? Are there some add-ons I can use to achieve this?
Thanks,
AurimasThe page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘capture method = manual’ is closed to new replies.