#ArunBhat

1 messages · Page 1 of 1 (latest)

idle tendonBOT
weak mortar
#

Hi there! Pasting your other message here:

and when CaptureMethod = "automictic"

#

It depends, what are you trying to do with this event?

daring nexus
#

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?

weak mortar
#

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.

daring nexus
#

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

south basin
#

👋 taking over for my colleague. Let me catch up.

#

what language are you using for your development?

daring nexus
#

.net

south basin
daring nexus
#

thank you, this one helped

south basin
#

sure thing

#

let me know if you need any more help

daring nexus
#

if the payment fails what is the errors we get

#

any enum or status code

south basin
daring nexus
#

Will this be common if the region chages?

#

changes*

south basin
#

these are the error codes regardless of the account's country

daring nexus
#

thank you