#harinth-PI
1 messages · Page 1 of 1 (latest)
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
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.
Yes, the payment has to be notified to the server
Then the best way is to use Stripe webhooks yes.