#SkubaSteveHD
1 messages ยท Page 1 of 1 (latest)
Hi ๐
We recommend using webhooks to be informed about the state of your payment on your server. I am guessing you are running into using some delayed payment methods since the confirmPayment function is a synchronous response which returns the payment intent.
Hi Snufkin,
Yes so I have webhooks setup, everything that side is working fine. I suppose my question is what is the favourable approach for notifying the client when these specific webhooks are triggered for these delayed payment methods? Is it just to inform the client that the payment is processing and they will be notified by email? It's hard to know at the minute which approach to go for
That is pretty dependent on how you structure your application. We don't have opinionated recommendations there because of how different each web app can be
Okay fair enough, thanks for your time ๐