#adrift
1 messages · Page 1 of 1 (latest)
For Checkout, I think you would need to know the customer's address ahead of time (e.g. before creating the Checkout Session). You could dynamically add the shipping rate data at creation though: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-shipping_options-shipping_rate_data
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.