#lujie
1 messages · Page 1 of 1 (latest)
hi
hello! can you elaborate a bit more? I'm afraid i don't quite understand the question
I want to process PaymentIntentStatus in backend
I know there is return_url in PaymentIntentParams
If the user close browser after the money is paid, can i get the paymentIntent information from stripe?
is there server-to-server callback?
Yes, if the user closes the browser after the money is paid, you can still retrieve the PaymentIntent from Stripe. You can retrieve it using an API call - https://stripe.com/docs/api/payment_intents/retrieve
But what we recommend you do is to listen for webhooks too : https://stripe.com/docs/webhooks