#theruv

1 messages · Page 1 of 1 (latest)

merry stoneBOT
past fable
#

No, there isn't a way to do this currently

granite panther
#

Essentially a way to know that payment succeeded

past fable
#

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

granite panther
#

got it, thank you

merry stoneBOT
granite panther
#

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?