#AlwaysLosing
1 messages · Page 1 of 1 (latest)
hello! redirect_to_checkout is considered deprecated at this point and doesn't support many new features. If you want to add shipping options, you can either create a Checkout Session : https://stripe.com/docs/payments/checkout/shipping#create-checkout-session-with-options, or create a Payment Link : https://stripe.com/docs/payments/payment-links
Would it be a bad idea to build an application around redirect_to_checkout then? Will it soon be unsupported by Stripe?
it's not that it'll suddenly stop working one day. But it definitely won't have anything new on it.
If you're integrating with Stripe for the first time, I always recommend that you use the latest or currently supported version / feature
Gotcha. Thanks! I am integrating with flutter for the first time and am having issue finding relevant documentation for the platform. I appreciate your support though!
ah, while we do sponsor Flutter, the Stripe Flutter library is built by a third party. Stripe doesn't provide any official support for it. That's probably why you don't see anything about Flutter on our Stripe docs
@crisp stirrup Do you forsee any issues with creating a product named "Standard Shipping" and hardcoding it into the line items for redirect_to_checkout? not great practice, I know, but looking for a quick fix right now. Will integrate session creation later on..
not really, if you only have one shipping option and want to hardcode that, i can't think of anything that could go wrong