#Gerolmed-qs
1 messages · Page 1 of 1 (latest)
Well Im creating a payment session via Java and set a success url back to my server.
In the docs example it will only check for the sessions payment to be cleared when a user opens that success url. But what if my server is down or has a maintenance update or if the user cancels loading that page. In that case my server wouldnt be notified and couldnt take any actions. The only thing I can thing of is checking all sessions every X seconds to make sure none have been ignored.
Is there a better solution? Like a "on payment cleared" I can subscribe to or must I fear hitting any api limits by checking all open transactions every x seconds
if you're using Checkout you should take a look at this guide https://stripe.com/docs/payments/checkout/fulfill-orders
Oh I see thanks a lot!
let me know if you need any more help
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!
No. All questions answered thank you very much!