For users
Easily pay for services and send gifts to your friends in Discord!
Get started by connecting Tipup to your Discord account. You can use Tipup commands in direct messages or in any server! Alternatively, you can just invite the bot to your server.
For developers
Monetize your Discord bot in matter of minutes with Tipup.
Allow users to make microtransactions as low as 0,01 € without any transaction fees. Create a payment flows only using a single function, without any additional setup (such as webhooks, etc).
client.on("interactionCreate", async (interaction) => {
if (!interaction.isButton()) return;
const payment = await tipupClient.requestPayment({
userId: interaction.user.id,
tokens: 100,
});
if (payment.status === "PAID") {
// Payment was successful
// We should give the product to the user
}
});
One wallet for all bots and servers
Your Tipup wallet is synchronized across all bots and servers using Tipup. Once you deposit balance, you can use it with any service you wish.
Connect Tipup to your Discord account!
Start using Tipup by connecting it to your Discord account by clicking the button below.
We strongly recommend you to choose "Try it now" option since it allows you to use Tipup anywhere in Discord.