#.saberkhan
1 messages · Page 1 of 1 (latest)
No -- that's what that parameter is for when using Checkout payment mode
What are you trying to achieve?
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?
Checkout payment mode creates a single payment, currently. Take the first payment immediately and setting up for future payents is an option.
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?
OK, and you need to decide whether to take a single payment or multiple payments, it sounds like
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.
Checkout can only collect a singe shipping address for you, so you'd need to collect those other addresses in your own app
I can do that and pass only one shipping address to Stripe.
One checkout session and one payment_intent. Correct?
Correct