#Danniish
1 messages · Page 1 of 1 (latest)
I believe so but will have to double check. Are you using a stripe Checkout or are you creating your own custom page here with Elements?
Yes Stripe hosted checkout page
Thank you, checking in to that. And to clarify, are you talking about shipping rates, or something like correcting shipping addresses?
shipping rates **
So basically according the shipping address given in the checkout page ... I want the shipping rates accordingly
Thank you for the clarification. Unfortunately it looks like we don't support that for Checkout at the moment. You can define shipping rates but there is not a mechanism to update them when the user is on session https://stripe.com/docs/payments/checkout/shipping
Would it be feasible to have your own page that collects the user's address before redirecting them to checkout?
You could take their address there, pre-calculate the rates, and add them to the session. Less flexible but maybe workable
ohkk Thanks mate .. will try this way around