I am trying to find a way to listen to a function createCheckoutSession fired by Stripe extension. To be exact, i want to find a way to inform the front-end(React Native) when the function createCheckoutSession execution has finished:
How to do it in my front-end?