#nustle
1 messages · Page 1 of 1 (latest)
Hi, what do you mean by Stripe subscriber? Person who has an active Subsciption of a Stripe merchant?
Yeppers
We use stripe for monthly subscriptions, and wanted to tie our discord to this. Similarly to patreon
Basically if you are subscribed you would automatically get a specific role in discord.
Uhm but that's your own Discord server, isn't it?
Yes, that is correct. We are trying to find a way to link the stripe subs to roles in our server.
Forgive me if this isn't the place to ask, the recomendation came directlt from a stripe support tech haha.
Yes I think they were mistakenly thinking that's related to this Discord server. Here is the place we help merchant on their integration issues. For your specific ask, I think you owns your Discord server and it should be on your system logic to somehow link with your subscriber (which should be your Customer on your Stripe API)
You want some kind of information to link 2 places, ie you ask your customer before subscribing their Discord Id then save to your Customer object's metadata in Stripe API. Later on you can use Discord API to take the Id, query your Customer by metadata on that Id, then if you found one Customer w an active Subscription, use Discord API to give them a role/badge