#arsim_code
1 messages ยท Page 1 of 1 (latest)
๐ 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/1367119377941397594
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
hello
so we have a service for which we charge for and I have created a coupon code to make the fee zero for clients for a period of time
what do you mean by "fee"? the Stripe fee? the full amount? something else?
full amount
got it.
a service we sell is 19.99
and what's the issue?
the code I create comes up invalid
which code? what is invalid? can you please share more concrete information?
so I created a coupon code called PENTOPRINT25 for clients to use
when they inpu the code it says the code is invalid
does that make sense
how do you accept payment with Stripe? Payment Link, Checkout Session, Payment Element, something else?
checkout session
can you share the Checkout Session ID (cs_xxx)?
where do I find that
Hi there ๐ jumping in as my teammate needs to step away soon. Can you also clarify whether you created a Coupon, or a Promotion Code?
Coupons are for your use, but Promotion Codes are for use by your customers.
Gotcha, so yup, we'll need to know more about the objects in your account.
Do you have the ID of the Promotion Code that you created?
https://docs.stripe.com/api/promotion_codes/object#promotion_code_object-id
Or the ID of the Checkout Session that you used for your testing? (this is returned in the request you make to create a Checkout Session)
https://docs.stripe.com/api/checkout/sessions/object#checkout_session_object-id
The Promotion Code object's ID should have a promo_ prefix.
WHAT DOES THAT MEAN?
Let's take a step back. Are you using our API to do this? Or are you trying to do everything thorugh your Stripe dashboard?
That's why we're misaligned here. This forum is for helping developers, so we are used to interacting with people who are using our API and building/maintaining a code-based integration.
AH
sorry I am not a developer
its my business
whom do I need to speak about ti
it
Looking at that screenshot, it looks like you created a Coupon, and now need to also create a Promotion Code:
https://docs.stripe.com/billing/subscriptions/coupons?dashboard-or-api=dashboard#promotion-codes
(unless you already created a Promotion Code that is shown further down in the Promotion codes section that is cut off in the screenshot)
Gotcha, yup, you need to create a Promotion Code then. That's what your customers will use.
I see thanks a bunch