#Nikita Kovalenko - ACH2 setup
1 messages ยท Page 1 of 1 (latest)
Hello, I am not as familiar with the deletion part of this behavior but am happy to look in to it. Do you have the ID of a setup intent that you tested this with?
sure, 2 mins gonna reproduce it
seti_1Lb3V8L3KwXc65WRSuQwbetN
and pm_1Lb3V9L3KwXc65WRLGy84snS was attached when the setup intent was unverified
then I verify it with test descriptor code SM44DD (triggers a microdeposit timeout)
and yeah, the payment method was detached from setup intent and it's not shown in the customer dashboard
I'm just trying to figure out if is it ok. cuz havenโt found any mention of this behavior in the docs
Thanks for the IDs, apologies for the delay looking now.
Hey apologies it took me a bit. I actually looks like the cancel call was made by your integration itself https://dashboard.stripe.com/test/logs/req_8DHhIZPOOUoa4C
Like that call came from the PHP library with the same version as your other calls. Have you checked if your integration would automatically make that call at some point here?
its okay answers may take a time ๐
yes our integration cancels setup intent if there was fail.. now im gonna skip it and check the behavior
Ah gotcha, I misread your question a bit. So yes it is okay/expected that we detach the PM here, you will want to wait until the SI is successfully confirmed and then you can use whatever PM is attached to the setup intent at that point
u got me clear ๐
I was confused about the fact that the payment method just disappeared from any places
Glad to hear! And yes, I would not have expected that to happen either but I can see why we may do it.
thanx for your support! best regards ๐