#vilepala
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- vilepala-reactnative-applepay, 17 hours ago, 25 messages
not related
Hey there, whats the question you have about this?
hey the question is how should i make that the application receives that the last payment user made succeed or failed if the app closes/ internet cuts off between payment and my app receiving the payment outcome
damn that sounded complicated let me phrase it more clearly
With webhooks:
so with listener?
Yes, a webhok endpoint to listen for events async
https://stripe.com/docs/webhooks#webhooks-def
If the payment succeeds you'll get an event even if your customer has closed your site in their browser
NP!