React useEffect is not running after getting redirected to my Stripe success_url – Twitter API
Basically, I wish to call the Stripe api to retrieve the session so that I can check if the payment is done when the user is directed to the success_url. After the payment is confirmed to be paid (this can…