I'm working on stripe payment gateway where user fill up shipping and credit card form and submit. I've set confirmation message on same page. But problem is if user refresh that confirmation page again then it will resubmit and create problem.
Should i redirect to thank you page or something else?
Any suggestion or anyway to secure that process?
Thanks