#harinth-PI

1 messages · Page 1 of 1 (latest)

broken finch
#

Hi! Are you trying to notify your backend that a PaymentIntent has succeeded? If so, you should use Stripe webhooks and listen to the payment_intent.succeeded event.
You can learn more about webhooks here: https://stripe.com/docs/webhooks

burnt bolt
#

Ok, so we can't handle that here right?

#

Webhook will be instant right?

broken finch
#

Ok, so we can't handle that here right?
Can you clarify exactly what you are trying to achieve?

#

Webhook will be instant right?
Webhooks are real-time.

burnt bolt
#

Yes, the payment has to be notified to the server

broken finch
#

Then the best way is to use Stripe webhooks yes.