Skip to content
GitHub

Overview

Open Payments Authorization Server

Open Payments Authorization Server (1.3.2)

Section titled “Open Payments Authorization Server (1.3.2)”

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

Security scheme type: apiKey

Header parameter name: Authorization