I am using stripe for creating payments. After the payment is done user is redirected to payment status page. Payment status page is supposed show the latest plan user has subscribed for. Problem is I get the webhook from stripe after sometime which updates the user plan table. but user is redirected to user plan page immediately after the payment.
How can i show updated status after user is redirected. Is there any way to halt the redirect till webhook request is complete