#kritika04.
1 messages · Page 1 of 1 (latest)
Here is our API reference for that call https://stripe.com/docs/api/promotion_codes/create
And this is a doc with a step by step guide for the process https://stripe.com/docs/billing/subscriptions/coupons?dashboard-or-api=api#create-promotion-codes
Let me know if you run in to any issues with those guides
Hi @dense path thank you for this. However, I did try this out and according to the docs it says code='promocode1' - it only shows how to add a single promocode. How can I add multiple of those at once?
I tried to add in an array like so : code = ['promocode1','promocode2'] but i ended up getting an error