#.saberkhan

1 messages · Page 1 of 1 (latest)

fresh juncoBOT
light stump
#

No -- that's what that parameter is for when using Checkout payment mode

#

What are you trying to achieve?

storm oar
#

I have a system, where user can ship to multiple shipping address. How can I accommodate this feature when I create a Stirpe checkout secession?

light stump
#

Checkout payment mode creates a single payment, currently. Take the first payment immediately and setting up for future payents is an option.

storm oar
#

One user one order multiple shipping addresses. We have this feature in our app.

#

Is it possible to have multiple payment_intent for one checkout session?

light stump
#

OK, and you need to decide whether to take a single payment or multiple payments, it sounds like

storm oar
#

Single payment.

#

This is what we implmented in our app. One order multiple line items, multiple quantity, multiple shipping methods, multiple shipping address and single payment method.

light stump
#

Checkout can only collect a singe shipping address for you, so you'd need to collect those other addresses in your own app

storm oar
#

I can do that and pass only one shipping address to Stripe.

#

One checkout session and one payment_intent. Correct?

light stump
#

Correct