#monove

1 messages · Page 1 of 1 (latest)

sick sapphireBOT
swift carbon
#

Hello! What countries are the platform and connected accounts in?

sick sapphireBOT
paper willow
#

uk, canada, us

#

platform in us

gleaming frigate
#

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

paper willow
#

"You should encounter any 3ds during the clone step" did you mean shouldn't?

gleaming frigate
#

i did, sorry

#

The only way to avoid that potential of double 3ds is collecting the payment method on the connected account directly

paper willow
#

ok

#

could i store the payment method on a connect account and then clone it to another connect account?

gleaming frigate
#

Nope, that's not possible

paper willow
#

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

gleaming frigate
#

No, it's not. the card element creates pm_123 payment methods too

paper willow
#

why do cards created using the Payment Element not have a card_... id even when they are a card?

gleaming frigate
#

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?

paper willow
#

its fine. thanks

gleaming frigate
#

Sure thing!