#arvindsinghu - promo code
1 messages ยท Page 1 of 1 (latest)
Hello! Just starting a thread for you -- I'll review and respond as soon as I can ๐
That attribute of promo codes is not mutable (cannot be changed via an update)
https://stripe.com/docs/api/promotion_codes/update
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You'd need to create new promo codes to achieve this
Note that code need only be unique across active promo codes
yeah, I can't allow the existing one to allow for all new and old users
You can archive/deactivate the one you dont want and create a new promo code using the same code and the correct configuration
Yes, sorry, what is the issue you're having with this?
If you need to change the promo code configuration you need to create new promo codes (and optionally deactivate the previous ones)
You cannot change that particular setting on an existing promo code
any api available to deactivate them in bulk?