#MarkoBoras

1 messages · Page 1 of 1 (latest)

ember meadowBOT
oak scroll
#

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

Reduce the amount charged to a customer by discounting their subtotal with coupons and promotion codes.

Add a discount to a subscription using coupons and promotion codes.

candid owl
#

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)

oak scroll
#

What do you mean? Can you provide more detail about what you're looking for?

candid owl
#

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

oak scroll
#

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.

candid owl
#

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

oak scroll
#

(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.

candid owl
#

yeah

customer = user

#

I am using your checkout

#

how can I do that then

candid owl
#

that's it man

#

thank you very much