Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New specification for payment link (june 2023) #35

Open
thomasbnt opened this issue Feb 20, 2024 · 0 comments
Open

New specification for payment link (june 2023) #35

thomasbnt opened this issue Feb 20, 2024 · 0 comments

Comments

@thomasbnt
Copy link

The specification was changed in June 2023:

  • Old address : $wallet.example/alice
  • New address: https://wallet.example/alice

__

  • Before <meta name='monetization' content='$ilp.example.com/alice'>
  • After <link rel="monetization" href="https://ilp.example.com/alice">

Official doc about this update from June 2023

A new version of the Web Monetization specification was published in June 2023. Users of the previous version should be aware of the following:

  • The previous version only used Interledger’s Simple Payment Setup Protocol (SPSP). The new version uses Open Payments.
  • The element is deprecated in favor of the element.
  • The element does not support the shorthand form of a payment pointer (e.g., $wallet.example/alice). You must use the endpoint URL that the payment pointer resolves to (e.g., https://wallet.example/alice). If you need help converting a payment pointer from shorthand to its equivalent URL, enter your payment pointer into the input field on paymentpointers.org. In most cases, you can simply replace the $ with https://.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant