#gadbit-connect-cloning
1 messages · Page 1 of 1 (latest)
Is the payment method saved on your platform account or is it on the connected account already?
You can clone the payment method down to the connected account and then use that there https://stripe.com/docs/payments/payment-methods/connect
Oh OK. Thanks a lot. That's what i was looking for.
gadbit-connect-cloning
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?