#katsumitogo

1 messages · Page 1 of 1 (latest)

glad sphinxBOT
lyric forge
#

Hey there

#

What integration are you using?

regal path
#

currently I set the shipping on the dashboard and use the referenced ID.

lyric forge
#

Hmm how do you accept payments?

#

Are you using Stripe Checkout?

regal path
#

yes I am

lyric forge
#

Gotcha.

#

So there are basically two options here more or less

#

What I would recommend is to collect the user's desired shipping location (at least the country) prior to creating your Checkout Session. Then you create the Session and pass in the correct shipping rates based on that country.

#

The other option is to pass in shipping rates and include one like "international" or something to account for when a customer wants to ship to a different country.

#

You would have to be transparent in that case about what "international" entails

regal path
#

Great idea, thanks for that!!