Earn money using the Web Monetization API

Earn money using the Web Monetization API

The How, The Where, The Web API

ยท

1 min read

Content inspired after I receive my first payment using Web Monetization API

๐Ÿง‘โ€๐Ÿ”ฌ The How

1

2

  • And pick a currency target. It could be USD, BTC, etc

3

The Web Monetization API needs a Payment Pointer to address micropayment for you.

๐Ÿ— The Where

You could use your previous created Uphold's Payment Pointer on your website using this declaration:

<meta name="monetization" content="$ilp.your.payment/pointer" />

Also, dozens of services offer support:

Even YouTube, when connected in a creator account on Coil.

๐Ÿ’ฐ The Web Monetization API

Web Monetization API

The Web Monetization API is a W3C Standard that uses a neutral payment protocol called Interledger (ILP) for transferring money for anyone by anyone.

The proposal help web creators avoid systems that slow down the web and creates annoying UX

๐Ÿ“š More about Web Monetization Standards