paint-brush
An Introduction To Web Monetization APIby@obetomuniz
307 reads
307 reads

An Introduction To Web Monetization API

by Beto MunizMay 7th, 2021
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

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 problems. The proposed payment protocol is a neutral protocol called ILP and can be used to transfer money from a user's account to a website. It could be USD, BTC, etc. You could use Uphold's Payment Pointer on your website using this declaration: "monetization"

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - An Introduction To Web Monetization API
Beto Muniz HackerNoon profile picture

Content inspired after my first payment using Web Monetization API.

🧑‍🔬 The How

Sign up to wallet.uphold.com/signup and verify yourself

  • Find the Interledger Payment Pointer in the Transact panel
  • And pick a currency target. It could be USD, BTC, etc

The Web Monetization API needs a Payment Pointer to address micropayments 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

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

  • Get Monetized - A Coil's Overview about Web Monetization API
  • 💌 Also, don't miss content like this signing my newsletter

    Also published on Dev.to