#Kryze
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Have you tried setting allowed_countries when creating a checkout session?
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-shipping_address_collection-allowed_countries
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hello, yes my client ship his product only in France for the moment, but the problem is Corsica is a French Island but the shipping prices are really different ! He wants to offer Free Shipping only in France Metropolitan
shipping_address_collection: {allowed_countries: ['FR']}
Ahh I see. I don't think there's an alternative ๐ฆ
I'd recommend checking with our support team to see if they know about a workaround
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.