#Binio
1 messages · Page 1 of 1 (latest)
Not sure about the "getting it from Discord" part, since we're Stripe developers and don't have a lot of context on building Discord workflows. But you could easily add it as metadata to the Payment Intent or Invoice once you got it
I'm trying to integrate my discord bot with Stripe. I was planning to use Payment Links for this, but then I have to ask the user for their id. I know that there is something like Tebex where the user, after clicking on the link, is redirected to the creator's website, where he must log in with his discord account. And here you immediately get his ID. But is such a thing possible using Stripe?
Ahhh, okay. No unfortunately there isn't a Stripe-created connector for Discord. You can use Payment Links to accept payments, but you would have to come up with a custom solution for hooking that up to Discord
I don't need a built-in solution, just the ability to get the discord user id
Stripe doesn't use a Discord user ID, so I'm not sure how to assist with that part