#jj_sessa
1 messages · Page 1 of 1 (latest)
Hi, how can I help?
@ivory bobcat hi there, sorry meant to just line break but sent the message by mistake. Just edited it with more info!
For more context looking to tap into easyship api, I see a workflow that would work very clean if there was a webhook for this on_shipping_adress_change, then could dynamical recalculate rates via our backend and the appropriate easyship api calls before sending the updated options back to stripe.
Maybe the customer.updated webhook is useful?
Can you confirm what you mean with 'api for generating the strip checkout page wont have this event'? Are you referring to Stripe Checkout?
Also, are you asking how you'd dynamically change the shopping rates either through Stripe Checkout or if you're using Elements?
We are currently using Stripe Checkout: https://stripe.com/docs/api/checkout/sessions/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
and looking to dynamically change shipping options, I know the short answer is no, but there seems to be some possible solutions to this?
Still looking here