I am trying to add a 100% off coupon. I know for a fact that this functionality is supported by stripe. However, I get the following error:
package100

What exactly is the problem here? As far as I can tell, everything is up to date. So why is this not working?

Thanks

It may be that you’re using the endpoint for a previous API version that is not allowing you to do this. See Stripe’s documentation on versioning here.

Worst case scenario, include the API version provided to you by the error message as a header for your API calls and try again.

This topic was automatically closed after 14 days. New replies are no longer allowed.