php - How long should timeout be for Stripe payment authorisation?
one text
Occasionally my website times out when performing a stripe payment. I suspect this is because the php server is timing out after 90s and terminating the call to Stripe. But how long should my php website wait for a payment to return ?
Source