Skip to content
GitHub

Overview

Open Payments Authorization Server

Open Payments Authorization Server (1.3.0)

Section titled “Open Payments Authorization Server (1.3.0)”

The authorization server handles grant requests and access token management for the Open Payments protocol, using GNAP (Grant Negotiation and Authorization Protocol).

Endpoints:

  • POST / — initiate a grant request
  • POST /continue/{id} — continue a pending grant request
  • DELETE /continue/{id} — cancel a pending grant request
  • POST /token/{id} — rotate an access token
  • DELETE /token/{id} — revoke an access token

For an overview of how Open Payments authorization works, see the Authorization concepts page.

Security scheme type: apiKey

Header parameter name: Authorization