#abby_webhooks
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/1395675030246916197
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! when you say marketplace platform, do you mean you're using Connect? https://docs.stripe.com/connect/how-connect-works
hi! I'm taking over this thread.
yes, we use connect
hi @jade river ๐
right now we have no "products" created in Stripe - only subscriptions
to offer customer Gift cards through Cardivo
What is Cardivo? is it a third party tool you want to use?
and what I think I need to do is add all of the "products" to Stripe then link them via API and update my UI
but I have over 300 products
I'm a bit confused by your questions:
- What is Cardivo?
- What do you mean exactly by gift cards? are you talking about promotion code or something else?
- Why do you think you need products to offer gift cards?
a customer can buy a gift card on cardivo that automatically links to my Stripe
it generates a promo code for Stripe
the UI I have for checkout does not have a place for "promo" codes
let me show you
cardivo.com
but what is it? is it your website? a connected account website? a thrid party website? something else?
the UI I have for checkout does not have a place for "promo" codes
is this your question? how to add a "promo code" input to the payment page?
yes that is the question
cardivo is a third-party gift card generator that creates Stripe promo codes
but yes my main question is how to add the "promo code" to the payment page
how are you accepting payments? Checkout Session, Payment Element, something else?
sorry I am not technical - my dev team is telling me that in order to add a promo code spot here I need to add products to Stripe Connect
so I just want to understand from Stripe's POV what is possible
my dev team is telling me that in order to add a promo code spot here I need to add products to Stripe Connect
promo code and products are completely unrelated no.
can you click on the "card" button so I can see what the form looks like?
thanks! so you are using the Card Element, which doesn't natively support promotion code. so getting this to work will require some devlopement work:
- editing the page to add a new "promo code" field
- writing some logic to check if a promotion code is valid
- writing some logic to update the total price if a valid promo code is entered
it depends on your setup and how you want promotion code to work.
can I provide you with the suggestion from the developer and let me know what you think?
it probably would be ๐
but I also want to understand
the issue is that I know Stripe can pretty much do anything and it always seems like the dev solutions are very complicated
and that could be b/c I just don't fully understand
or that it is being presented to me as "complicated" by design
I'm sorry I don't have tiem to review a 5 page long document. I would recommend the developer to come on Discord, and ask their questions if they have some.
okay thank you!