#natefox1738
1 messages · Page 1 of 1 (latest)
Hi, can you add more details here? Are you asking if there is a plug-in/ extension that surfaces Stripe products on your TikTok Shop?
Yeah- I think that’s it in a nutshell. We’re wanting to leverage TikTok shop to sell our products, I just don’t know how to link TikTok shop to our stripe goods.
Thanks for sharing the details. For third party integration, I'd recommend checking with TitkTok Support as this channel is for developers and direct technical integration with Stripe
Okay- I contacted them and they told me to contact stripe haha. Sorry about that!
Alt question/solve
With the stripe code- is there a way to develop something that auto generates a claim code for a product? Why i ask- the easiest way to solve this would be to create some automated way where when someone orders something on the TikTok shop, there is a call to Stripe that auto generates a unique claim code for a product. Almost think of it as a gift card type solution.
Thanks for waiting! I'm afraid we don't know how Tiktok payment integration works with Stripe as we don't have the visibility and it's fully controlled by Tiktok
Oh yeah sorry- maybe gave too much context.
To simplify the question: is there a way to auto generate unique coupon codes for specific products after a purchase or action? Alternatively, is there a way to auto generate unique gift card codes after a purchase or action.
We can figure out the trigger to that action. I feel like this should be possible- but it’s not super clear to me.
Other campaigns this could support are things like “enter your email for a unique % off discount code”. Things like that
I see! Thanks for sharing. Stripe system doesn't generate a coupon automatically, but your system will be able to make API calls to Stripe to create a coupon: https://stripe.com/docs/api/coupons/create after a purchase or action
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
This is great. Thank you so much!