#ChibiDragoon

1 messages ยท Page 1 of 1 (latest)

frail runeBOT
deft lake
#

What do you mean?

#

Is the customer in that instant the connected account customer or the one that has the payment method?
These should be one and the same, right?

trail belfry
#

i see that it requires confirmation

deft lake
#

I get that part

trail belfry
#

i am using stripe connect to create a payment intent. I created a payment intent token that i gave to a customer that the connected user has that is a copy of the one i have in my platform

deft lake
#

Got it

trail belfry
#

since i am in test mode, i wonder where the requires_confirmation comes from

deft lake
#

You should use the payment method & customer on the same account as the one the payment intent is on

#

Ah

#

requires_confirmation is part of the normal PI flow

trail belfry
#

ah i see

#

I only worked with subscriptions haha

deft lake
#

But in most integrations confirmation is automatic

trail belfry
#

that's what i figured

deft lake
#

But yeah give that doc a read through first and see if that makes sense

trail belfry
#

alright thank you

deft lake
#

No problem. Really recommend anyone working with Payment Intents to understand that flow first

trail belfry
#

for sure :), i will take a look right now thank you ๐Ÿ‘‹

deft lake
#

No problem. Let me know if you have any more questions after

trail belfry
#

alright ๐Ÿ™‚

#

the confirmation_method on the intent was automatic ๐Ÿค”

deft lake
#

Can you share the id of the payment intent

trail belfry
#

pi_3N1wrHR3ylUYYiIE1L4AidRw

#

I must have forgot something when i made the api call ๐Ÿค”

deft lake
#

Ah yeah you need to pass confirm: true if you want to also confirm during the creation of the PI

trail belfry
#

ahhh

deft lake
#

In most flows you collect payment method after creation so that's why it's not automatic

#

If you pass confirm true on creation then that takes care of it

trail belfry
#

that's it ๐Ÿ˜„

#

all good now haha

deft lake
#

Cool

trail belfry
#

i knew something had to be missing

#

thank you for the help. ๐Ÿ‘‹