#chandan_99459

1 messages · Page 1 of 1 (latest)

dense jewelBOT
#

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.

honest cypress
#

Hi, let me help you with this.

#

What's your challenge exactly?

craggy parrot
#

Hy ,

#

I want integrate webhook in angular

honest cypress
#

Angular is a frontend framework, and webhook is a backend technology.
What are you trying to achieve exactly?

craggy parrot
#

i have integrated payment_intent_confirm api in angular and getting status succeed but i am not sure is payment is done or not

honest cypress
craggy parrot
#

what is webhook what is the use of it

honest cypress
#

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.

craggy parrot
#

what is then involment of angular in this as i have integrated ngx-stripe in angular for payment like create and confirm payment intents

honest cypress
#

Angular might trigger events on your account by confirming payments, etc. but it is not involved in handling of webhooks event requests.

craggy parrot
#

how to integrate webhook

honest cypress