Process payment after analyse the purchase
-
Hello,
I’m using stripe plugin on my ecommerce, where I sell only virtual products and they only way enable to pay is in credit card.
But instead of the default flow of purchase (where payment is attempted immediately after purchase). I would like to analyse the purchase before. And if everything is ok, try to process the payment.
On my e-commerce when the user makes a purchase, it is already in the ‘Analyze’ status (custom status I created). But after the purchase is analysed, I cannot request the processing of the payment by stripe without sending a email to user where he/she needs to access the link and fill the for again.
Could someone help me understand if this is possible?
It would be something like a “Charge for purchase” or “Try to process payment” action, so that the purchase is charged when the admin wants it.An important factor is that I would not like to save any user credit card data.
I found this page: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout#auth-and-capture
where they talk about some kind of two-step card payments so you can first authorize a card, then wait to capture funds later.
Someone knows if this plugins has this feature?Thanks
- The topic ‘Process payment after analyse the purchase’ is closed to new replies.