#Mr.Oates
1 messages · Page 1 of 1 (latest)
It sounds like you want to listen for payment success webhooks and use those to update whatever this display system is you're building/running
What exactly are your looking for help with or guidance on?
hi
How to show the payment results in real time as they are purchased on the website I am making for the client...
he has a stripe acct
use case would be...
a user buys a ticket...
the purchase is verified with say Woocommerce on his site
because the purchase is really "vote" for a faternity group they sit and watch the result as if it is a contest
and cheer on to see who wins
Gravity forms has been suggested to me
with a addon in Gravity forms with a handshake with Stripe
I can't speak to other integration to build the payment form, that's up to you to evaluate
But to monitor realtime payment success, you'll want to explore listening to payment_intent.succeeded webhooks:
https://stripe.com/docs/webhooks
Thanks that may help