Hey guys,
I need some help about the Stripe plugin. After the user is charged, he is taken back to the same page he was accessing before going to the Stripe checkout. Apparently Stripe doesn’t allow me to redirect the user to another page (something like “Payment confirmed”) after the payment.
Is that correct?
We offer exams that users can take in order to get professional certifications, so the ideal workflow would be the following (each step is a different page):
the user sees the exam details page, with the exam price >> the user submits an official ID >> the user submits a photo >> the user goes to Stripe checkout >> the user goes to a payment confirmation page >> the user starts the exam.
However, I’m being forced by Stripe to take the user back to the photo submission page after the payment, which is a really bad user experience.
Any suggestions on how to resolve this?
Thanks in advance!