#vincent_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!
โฑ๏ธ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1214941259530113114
๐ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
hello, thank for try to helping me. Im not sure if im in good place for this help
You're in the right place I think ๐
Are you trying to collect shipping address or just add shipping costs?
i try to addinfg a system shipping , like possibility to choose how to received
Hmm I think you can create multiple shipping rates and add that into shipping options: https://docs.stripe.com/payments/during-payment/charge-shipping?dashboard-or-api=dashboard
yes but is not that , sorry. its when il on the strip-chekout page i would be the client can choose the shipping
somehting lik this
i see on stripe its possible with strip-checkout with the mode payment not with subsciption
as far as I know shipping options are supported on payment as well as subscription mode
oh wait
i dont know because when i try i having that
I think you're right
Sorry for the confusion
Only Checkout sessions in payment mode support shipping options.
ok but i would be find solution for do soemthing same
You won't be able to show the shipping rate selector on the Stripe hosted checkout page since we don't support it for subscription mode today.
However, an alternative could be to show your customers the shipping options prior to redirecting them to the checkout page & then adding the shipping as a one-time line item
In the line_items array
ok i see waht you mean, its little sad to cant have a option for that in stripe. we really cant adding personal action on the stripe-checkout page ? lke radio button and that open a map or somthing like that ?
Yeah that's not something we support today. Typically when merchants want this level of granular control, they don't use Stripe Checkout but they use Stripe Elements and build their own UI
You can add custom fields on the checkout page like a dropdown: https://docs.stripe.com/payments/checkout/custom-fields#more-custom-fields
However, I assume you'd also want to charge customers for the type of shipping method they select. Which isn't really possible with the custom fields.
NP! ๐ Happy to help
Good luck!