Skip to content

New specification for payment link (june 2023)  #35

Description

@thomasbnt

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://.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions