#benkass

1 messages ยท Page 1 of 1 (latest)

whole bluffBOT
vagrant moat
#

Hello! What's your question?

knotty seal
#

Did I get it right?

vagrant moat
#

Almost - my guess is that instead of #2 (create a paymetn intent) you really want to create a setup intent

#

If you create a paymetn intent that means the platform will be accepting payment (which is fine if that's what you want, but from before it sounded like you just wanted the connected account to get payment)

knotty seal
#

Yes, you are correct, I want the connected account to accept the payment. However, this is different than what's in the article/video you sent me

#

and I believe he's talking about having the connected account accept the payment?

vagrant moat
knotty seal
#

yes

vagrant moat
#

In that guide they're creating a Setup Intent as the first step

knotty seal
#

indeed

vagrant moat
#

Just to be clear - the Setup Intent is something you'd only make on the platform. As soon as you want to colelct payment for a connect account you'd switch to using a PaymentIntent

knotty seal
#

makes sense. Doesn't line up with the video. In his video he's describing creating a payment intent, a payment method, then cloning the PM to the connected account, and creating a PI there

vagrant moat
#

From the transcript he seems to be still be talking about a Setup Intent on the platform

#

but I haven't watched the whole video in a while, so I may be wrong

knotty seal
#

AHHHHH

#

crap, sorry, you are right

#

I need coffee

#

got it, so setup intent

#

use it to create a PM, clone the PM, and use the PM on the connected account to create a PI

#

ok, will try

vagrant moat
#

๐Ÿ‘ yup!

knotty seal
#

thanks

#

So I'm doing const setupIntent = await stripe.setupIntents.create({ customer, description }) . I pass customer and description only. I don't have the payment_method yet. That's assigned when I presentPaymentSheet.
So far so good?

vagrant moat
#

yup!

knotty seal
#

๐Ÿ‘