#ArunBhat
1 messages · Page 1 of 1 (latest)
Hi there! Pasting your other message here:
and when CaptureMethod = "automictic"
It depends, what are you trying to do with this event?
i want to check whether authentication is successful or not, whether to process the request or not
if the payment is success, we can proceed further and is there any error lists that we can refer to?
With CaptureMethod = "automictic", I guess you can listen to payment_intent.succeeded directly.
And with CaptureMethod = "manual", you want payment_intent.amount_capturable_updated
But I would recommend to test that in test mode to double check.
ok, and how to parse your incoming object, so that we can come to know what is the amount, id and errors, to check such details
👋 taking over for my colleague. Let me catch up.
what language are you using for your development?
.net
you can start by checking this guide https://stripe.com/docs/payments/payment-intents/verifying-status#webhooks
and this guide for broader explanation https://stripe.com/docs/webhooks
thank you, this one helped
these are the error codes regardless of the account's country
thank you