#Hazim
1 messages · Page 1 of 1 (latest)
If you retrieve the promotion code, it should show the coupon info: https://stripe.com/docs/api/promotion_codes/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I will give you an example , if i create a promotion code with the name FREE50 , how can i fetch the coupon linked to FREE50
Then you can use this: https://stripe.com/docs/api/promotion_codes/list#list_promotion_code-code
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.