#Sheceido

1 messages · Page 1 of 1 (latest)

snow widgetBOT
lapis trout
#

Hi

desert crystal
#

hello

lapis trout
#

Would this help?

desert crystal
#

I've looked over this page, it informs me that I can hardcode / specify a shipping_rate_data, and the shipping address collections that allow for shipping, but when sending this data to checkout sessions, the shipping rate is now fixed, whether the client inputs an address that's from US or CA or CN, etc.

#

https://stackoverflow.com/questions/73210887/is-it-possible-to-provide-conditional-shipping-options-using-the-stripe-checkout

From what I've read, there isn't a way to do a dynamic shipping rate assignment based on their address input within the checkout session

#

So i'm wondering whether I'm allowed to pre-fetch client address prior to checkout, assign a fixed shipping rate based on that, then within the checkout we don't need to ask for address information anymore (but the address information is still passed along to stripe)

lapis trout
#

Ah yes the SO answer makes sense. I am afraid you will need to pre-collect the client address to calculate a reasonable shipping rate beforehand.

#

And turn off the Shipping Address collection shipping_address_collection. But yes the Checkout will still collect the Billing Address :/