#theruv
1 messages · Page 1 of 1 (latest)
No, there isn't a way to do this currently
Essentially a way to know that payment succeeded
You can use webhooks for that - you'd listen for the payment_intent.succeeded event, but there's no guarantee you'll definitely get that BEFORE the redirect
got it, thank you
Perhaps something similar to what checkout does; it displays a success message when payment is successful - how can I achieve this on the same page without redirecting?