#MarkoBoras
1 messages · Page 1 of 1 (latest)
Hi 👋 have you looked through our guide on creating Coupons and Promotion Codes, is something in there giving you trouble?
(Not sure if this is in regards to one-time payments or subscriptions, so here are the guides for both)
https://stripe.com/docs/payments/checkout/discounts
https://stripe.com/docs/billing/subscriptions/coupons
one-time payments
I'll read guide now
Ok I found
how can my admin in app create some coupon that will have name, code?
I am asking that because this is the idea
admin creates coupons with some code for some name (user name)
What do you mean? Can you provide more detail about what you're looking for?
and user will have to validate this coupon code
if he wants to have discount on checkout
can I do this
I'll wait first for your respond
then I'll ask you if I don't understand
Sorry, not sure I'm grasping what you're asking, are you asking how to make codes that are provided to customers that the customers can provide on Stripe hosted surfaces to redeem the coupon? If so, yes that is possible, it's the Promotion Codes talked about in that doc.
I am asking this
I have 2type of users
ADMIN
USER
Admin can in his admin dashboard create coupons. Admin will share coupon code with users.
User is selecting products and before (or on checkout I don't know if it is possible) user applies that coupon code and he gets discount
do you understand me now?
I am not sure should I use promotion code or discount or cuopon
not sure about terminology
(I'm assuming when you say USER that maps to our concept of Customers, let me know if that is a bad assumption)
That sounds like Promotion Codes, as long as you're talking about using Stripe Checkout.
If you're using a custom-built checkout experience then you'll need to implement your own logic for redeeming Coupons.
Create a Coupon:
https://stripe.com/docs/payments/checkout/discounts#create-a-coupon
then create a Promotion Code:
https://stripe.com/docs/payments/checkout/discounts#create-a-promotion-code