#yiftahf

1 messages · Page 1 of 1 (latest)

sour oracleBOT
velvet rose
velvet rose
#

@cloud merlin Did you see my question?

cloud merlin
#

sorry was away from computer

#

yes

#

yes we are following the documentation

#

so after the customer receive the micro deposit email the follow a link that will be provided to them in the email ?

#

to fill in the code?

velvet rose
#

Yup!

cloud merlin
#

perfect. thanks. One more quick question. Are there any specific webhook events to monitor the process of microdeposits?

#

I mean I got the same checkout.session.completed without any indication its in microdeposits verification

#

how to I determine the reason a payment is incomplete?

velvet rose
#

Are you asking for a way of know when the actual payment itself is complete? You can use the checkout.session.async_payment_succeeded event for that

cloud merlin
#

but I would not have a way to know the microdeposit was successfully verified right ?

velvet rose
#

If the payment succeeded that means the microdeposit had to have been verified

cloud merlin
#

i know but the opposite is not 🙂 microdeposit may succeed but payment will not. So the question is do I have a way microdeposit verification was successful or not before waiting on the payment success event

#

?

velvet rose
#

Ahhh gotcha

#

So I think the closest thing we have is that you can listen for the PaymentIntent events - if you the PaymentIntent is processing (emits the payment_intent.processing event) then you know verification has succeeded