#neezybk
1 messages · Page 1 of 1 (latest)
Hi, yes - when creating the Payment Intent, you'd can set the capture_method to manual, https://stripe.com/docs/api/payment_intents/create#create_payment_intent-capture_method. Then, on a separate call, you can capture the amount here, https://stripe.com/docs/api/payment_intents/capture
Can you clarify this part of the questions please? *Is there a way to pull those payments through or do I need to ask customers for their cards again? *
I’m using WooCommerce and that plugin is what is processing payments and orders.
It would typically do the api call to capture the amount, but due to an issue on the website, that didn’t happen.
It did, however, capture they payment intent.
So, there’s no way to capture the actual charge without doing a manual API call?
That is correct, also I'd reach out to WooCommerce as they own this plugin.
Ok, thank you!