#KingNothing - promo codes
1 messages · Page 1 of 1 (latest)
You'd have to just call this endpoint multiple times: https://stripe.com/docs/api/promotion_codes/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.
There's not a way to create multiple promo codes in one request
In postman I think that would mean using this: https://learning.postman.com/docs/running-collections/intro-to-collection-runs/
Yes that’s what I’ve done. But then I have to do that. Ok…will have a look at collection runner.
Can I dload the promotion codes from stripe once created?
Yeah you can list them with this endpoint and filter: https://stripe.com/docs/api/promotion_codes/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.