#stripe_connect_platform

1 messages · Page 1 of 1 (latest)

amber pecanBOT
lone hound
#

Hi, I wish I could help, but this chat is focused on developers and technical questions. Our support team will be able to assist you better than I can: https://support.stripe.com/contact

#

I see you edited the question.

leaden shore
#

I am a dev

lone hound
#

The screenshot and the initial question sounded like a non technical question. Taking a look with the added context

leaden shore
#

I am asking...."via the Stripe Payment Link API how do you create a Stripe Payment Link that takes a deposit?"

#

is that something that is possible?

#

I know. I am bubbling up the non-technical customer's question to translate up to you as a dev to see how we can code this. 🙂

lone hound
#

How long do you intend to hold the 'deposit'?

leaden shore
#

it is not me.

lone hound
#

Well your connected account

leaden shore
#

it is on the behalf of a Stripe Connect account so it would vary, right? I would have to ask. We have many connect accounts so if you can explain it to me or send me to docs that would help.

lone hound
leaden shore
#

Ah....

#

OK.

lone hound
#

You authorize the amount and only capture the amount needed within 7 days. Any amount not capture would be refunded back to the customer

#

Partially capturing automatically releases the un-captured remaining amount

leaden shore
#

Ok and is this something we can do with Payment Links or just with Stripe Checkout Sessions.

#

It looks to me like a Payment Intent so likely not available with Payment Links, right?

lone hound
#

No, it won't work with Checkout or Payment Links

leaden shore
#

It won't work with a Checkout Session???

leaden shore
#

Sorry, because it needs to be a direct API call to create a Payment Intent, is that why? I'm just trying to figure out if we can support this use case.

lone hound
#

That is right, the manual capture option is only available when you create the Payment Intent.

leaden shore
#

OK, thank you so much! I understand.