Tipping program (something like the one in Vocal Media)

What would you like done?
Hey there, I would like to know how much would cost to implement a feature like the one on Vocal Media (https://vocal.media/theChain/bitcoin-origins-operations-happenings-objectives-and-offerings-uh-boohoo-for-short), where users can make donations for other users. The platform gets a % of the value.

The link has an example. Everything runs on Stripe and is integrated inside the platform.

1개의 좋아요

Interesting. https://vocal.media/resources/introducing-tipping-a-new-way-to-earn has a better description of how it works. To receive a tip you must create a Stripe account.

So, for anyone who’s interested, the Stripe pieces that are salient are Connected Accounts | Stripe API Reference and Create destination charges | Stripe Documentation.

It works like this:

So (if I’m doing the math right) if the app were to take a 7% cut, a $1 tip would be about 33 cents to Stripe, 7 cents to the app, and 60 cents to the user receiving the tip.

5개의 좋아요

Thanks @pfaffman! Indeed, the post has a better description. I’m looking way of creating a system where users can support other users. A peer-to-peer network between authors. I know Discourse has plugins that enable stripe and paypal donations, but they are focused on donations for the platform itself, not for showing support for other users.

4개의 좋아요

It looks like you could use Nano for that. I’ve seen some tipping implementations for reddit and twitter that fit this description.

3개의 좋아요

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.