#gadbit-connect-cloning

1 messages · Page 1 of 1 (latest)

tribal stratusBOT
dim bear
#

Is the payment method saved on your platform account or is it on the connected account already?

fast gazelle
#

No, it's on my platform account.

#

So i need to use it on the connected account.

dim bear
fast gazelle
#

Oh OK. Thanks a lot. That's what i was looking for.

terse tangle
#

gadbit-connect-cloning

fast gazelle
#

In

const paymentMethod = await stripe.paymentMethods.create({ customer: '{{CUSTOMER_ID}}', payment_method: '{{PAYMENT_METHOD_ID}}', }, { stripeAccount: '{{CONNECTED_ACCOUNT_ID}}', });

Do i have to set the customer ID on my platform account or do i need to create a customer on the Connected Account, first?

terse tangle
#

in this call you give the cus_123 and pm_123 from the platform

#

all it does is basically "clone" that underlying card and give you a brand new pm_ABCDEF that works on the connected account