#mfujitapirika
1 messages · Page 1 of 1 (latest)
Hi there!
Hello!
I'd like to manage successful subscriptions in a back-end synchronistically.
Can you clarify why you want this?
My system creates a user of my system and a subscription at once.
It has pages for paid members. To show those pages just after a payment, waiting for webhook request seems slow.
To show those pages just after a payment, waiting for webhook request seems slow.
You don't really have to wait. After your confirm the PaymentIntent on the frontend, the user will be redirected to thereturn_url. And on that page you can directly check the status of the PaymentIntent: https://stripe.com/docs/payments/payment-intents/verifying-status#checking-status
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
aha, thanks.
That flow has another merit, that it doesn't need to access to back-end beforehand. Does this have any concerns?
the only concern I see here, is your customer closing their browser tab before the redirection is over