#Brahim Khallota-PresaShop-Payments
1 messages · Page 1 of 1 (latest)
Sorry, I used the translator. I meant that the order does not appear in the list of orders and does not appear in the list of Stripe payments
Returns the requires_capture status
But I don't know why it doesn't return the "success" status or redirect to some verification
So you are not writing the code here?
If you aren't writing this code yourself, it will be better to reach out to PrestaShop's support for this.
Our support on this Discord server is limited if neither you nor Stripe can modify the code.
Here, it looks like that payment intent has held the funds and is waiting for them to be captured. https://stripe.com/docs/payments/capture-later
I will test this myself right now, I think it is expected for holds to not show up yet on the Payments page
I was wrong. It does show up in the Payments page with a status of "Uncaptured"
You're right, it shows up as "Uncaught" in payments. And as for the code, I have not touched anything. Do I speak to PrestaShop support?
"Uncaptured"*
Yes, if you aren't writing the code here their docs/support will be able to help better.
This Discord can mostly help when you or Stripe owns the code.
But yes, it seems like the funds are getting held instead of the Customer being charged right away
You should be able to still capture them, but will want to see if there is a setting or something that you can set to get the behavior that you want.
Perfect, thank you very much for everything.
Of course, happy to help. Good luck finding your solution