#monove
1 messages · Page 1 of 1 (latest)
Hello! What countries are the platform and connected accounts in?
clone a PaymentMethod to a Connect account and in the same call attach it to a PaymentIntent
This can't be done, the cloning is a separate request from the payment intent creation
You should not [edited] encounter any 3ds during the clone step, but as you note you absolutely can for the payment intent
This is an inherent issue with setup on a platform and cloning for payment via direct charge
"You should encounter any 3ds during the clone step" did you mean shouldn't?
i did, sorry
The only way to avoid that potential of double 3ds is collecting the payment method on the connected account directly
ok
could i store the payment method on a connect account and then clone it to another connect account?
Nope, that's not possible
i noticed the payment method is now pm_... instead of card_... is that a safe way of differentiating between cards stored using the Card Element vs the Payment Element?
like to decide if we should first request a PaymentIntent
No, it's not. the card element creates pm_123 payment methods too
why do cards created using the Payment Element not have a card_... id even when they are a card?
Just different API objects created over time
You can use card_123 as a payment_method on a payment intent
What's the issue you're trying to solve for?
its fine. thanks
Sure thing!