#adeelk47-session-success-url
1 messages · Page 1 of 1 (latest)
hi bismarck
I have integrated api
checkout session its working fine
but some time its not calling success url after succesfull payment
my backend did not received that request
Are you using Webhooks?
no
If not, then yes this is entirely possible that the customer drops off before hitting the Success URL
Like if they confirm the payment and then close the page before the redirect then your Success URL won't get hit.
This is why you need Webhooks to ensure order fulfillment
Or say they are on a train and enter a tunnel right after completing payment
Then they won't hit your Success URL in that situation either
Okay
thank you