#felix_api

1 messages ¡ Page 1 of 1 (latest)

lyric novaBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1327252280910548993

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

rigid crag
#

A promotion code in Stripe is a unique code that customers can enter to redeem a coupon

#

Coupon can be set using API by your integration or via Stripe Dashboard , While end customers use promotion codes in order to reedeem coupon

steel epoch
#

what will happen if for an invoice i pass a coupon, and if i pass the promotion to the discounts key
and also is a promotion code particular to a customer, i.e no two customers can use the same promotion code?

rigid crag
#

what will happen if for an invoice i pass a coupon, and if i pass the promotion to the discounts key
There'll be be discounts then applied to the invoice

#

and also is a promotion code particular to a customer, i.e no two customers can use the same promotion code?
You can configure redemption for this

steel epoch
#

so i can use a coupon on an invoice or use a promo code,
just that a promo code can be used if i want to restrict somethings on a coupon

sorry for the too many questions i just want to be sure

rigid crag
#

If you (the owner of the platform) wants to apply a discount on a Stripe Payment Object (Invoice, Subscription) you pass a Coupon. And if you want to allow end customers to have a discount you don't share with them a coupon but you share with them the Coupon's promotion code in order to redeem the Coupon.

#

sorry for the too many questions i just want to be sure
NP! Happy to help!