Open Payments APIs are a collection of open API standards that can be implemented by account servicing entities (e.g. banks, digital wallet providers, and mobile money providers) to facilitate interoperability in the setup and completion of payments for different use cases including:
- Web Monetization
- Tipping/Donations (low value/low friction)
- eCommerce checkout
- P2P transfers
- Subscriptions
- Invoice Payments
The Open Payments APIs are a collection of three sub-systems:
- A wallet address server which exposes public information about Open Payments-enabled accounts called "wallet addresses"
- A resource server which exposes APIs for performing functions against the underlying accounts
- A 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 three APIs which are published along with additional documentation at https://openpayments.dev.
- Make the desired specification changes in the
openapi/
directory. - Update the
VERSION
file to reflect the new version, following semantic versioning. - Update the
info.version
field in each specification to match the new version, even if only one specification was modified. - Open a pull request with your changes.