#mariacastro-connect-card-cloning
1 messages · Page 1 of 1 (latest)
Hi, of course, let me look for it
Hi @dreamy stump sorry for the delay, looking at stripe's logs i could only find the ID of the successful first request (req_4ArKC9NOk7cw3J). could not find the one for the clone request anywhere
Hi @dreamy stump sorry. I was looking in the wrong account, here is a request that failed: req_4gX1Udf4FvAO7d
No problem! thank you 🙂
Hmm, the underlying issue here is that by cloning and 'attaching' the Source to a new Customer we're attempting to run 3DS/auth on the card (as requested by the issuing bank)
These APIs/flows generally don't support 3DS (which is why we built Payment Methods)
Let me check on something
I think you need to instead follow this guide: https://stripe.com/docs/sources/connect#cloning-card-sources
thank you @dreamy stump