#uneatenbreakfast
1 messages · Page 1 of 1 (latest)
Hello uneatenbreakfast, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• uneatenbreakfast, 1 day ago, 20 messages
👋 happy to help
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
@south zephyr how do I use this to do what I described? There isn't anything in this to allow the shipping to be based off a selected country
Hi! I'm taking over this thread.
Yes I don't think what you want to do is possible. Instead you would ask the for the customer's country first, and then depending on their answer you would create a Checkout Session with the correct shipping price.
Oh i see - Yeah that'll work, thanks. I just thought this might be a standard use case the api has already covered.