#chandan_99459
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.
- chandan_99459, 3 hours ago, 21 messages
- chandan_99459, 3 days ago, 4 messages
Angular is a frontend framework, and webhook is a backend technology.
What are you trying to achieve exactly?
i have integrated payment_intent_confirm api in angular and getting status succeed but i am not sure is payment is done or not
You do need webhooks for this, you can read more about it here: https://stripe.com/docs/webhooks
what is webhook what is the use of it
It's a way for Stripe to send a request to your server. This is important for notifying your app about any asynchronous events that happen on your account, e.g. a payment is completed, a payment was disputed, subscription payment failed, etc. You can read more in the doc.
what is then involment of angular in this as i have integrated ngx-stripe in angular for payment like create and confirm payment intents
Angular might trigger events on your account by confirming payments, etc. but it is not involved in handling of webhooks event requests.
how to integrate webhook
I can't explain it better on Discord than the article I shared above ☝️