#Moosie
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
It's not something Stripe provides out-of-the-box, but you can probably build something like this yourself with Stripe and Discord API
Okay thanks.
Will you help for free or pay?
@fleet nest
Our help here is free, but I can only ask specific questions right now, if you have any.
Okay so how do I set it up
So when someone buys a membership it auto ranks them.
You can use Stripe Checkout: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout
How does that connect to discord?
Then, you can listen to checkout.session.completed webhook event in you app (https://stripe.com/docs/webhooks), and call the Discord API to make the changes you want.
I don't know how Discord API works, and if it is able to do what you want. You can reach out to Discord support for this.
@fleet nest
Can you use stripe to sell courses (like drop shipping etc)? Or is this a bad platform to use for that.
Stripe can support payments for all kinds of business types.
Crypto?
There's something about crypto that Stripe supports as well, you can reach out to Stripe Support to learn more: https://support.stripe.com/?contact=true
Alright thanks.
Happy to help!