#mattwoberts
1 messages · Page 1 of 1 (latest)
In Stripe Dashboard you can just upgrade your API version, which will be set as default
but you can't choose an old
version
you can reach out to Stripe Support
if you want to choose an old APi version as default one
Agh crap - the reason I want to do this is I want to run stripe listen and I want it to target an older version, is there any other way to do this?
My choices are latest (no good) or the default (too old) - I want somewhere in between, i.e. the same version our production code uses
No you can't.
However you can create a webhook endpoint and pin the API version to it:
https://stripe.com/docs/api/webhook_endpoints/object#webhook_endpoint_object-api_version
But not using Stripe Cli Listen in that case
Yeah that's not a bad idea, and use port forwadding to get it to my localhost
OK I'm going to do that, thanks for your help there :)\
Not sure I understand what you means here. You need to have a hosteed (https) endpoint
You can use ngrok for example for that