Skip to content

interledger/open-payments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6252042 · Mar 26, 2023
Mar 26, 2023
Mar 26, 2023
Mar 21, 2023
Mar 21, 2023
Mar 14, 2023
Mar 26, 2023
Mar 21, 2023
Mar 21, 2023
Mar 21, 2023
Mar 21, 2023
Mar 21, 2023
Oct 17, 2022
Sep 13, 2019
Mar 21, 2023
Mar 21, 2023
Mar 21, 2023
Mar 21, 2023
Mar 26, 2023
Mar 24, 2023
Mar 21, 2023
Mar 21, 2023
Mar 21, 2023

Repository files navigation

Open Payments


Open Payments is a protocol that can be implemented by digital wallets to facilitate interoperability in the setup of payments for different use cases including:

  • Web Monetization
  • Tipping/Donations (low value/low friction)
  • eCommerce checkout
  • P2P transfers
  • Subscriptions
  • Invoice Payments

An Open Payments server runs two sub-systems, a resource server which exposes APIs for performing functions against the underlying accounts and and authorisation server which exposes APIs compliant with the GNAP standard for getting grants to access the resource server APIs.

This repository hosts the Open API Specifications of the two APIs which are published along with additional documentation at https://docs.openpayments.guide.

The code for the landing page is in ./landing.

Dependencies