UK Open Banking · Example Payload

Event Notifications Examples

Illustrative request and response examples for the UK Open Banking Event Notification API (TPP Endpoints) v4.0.1

Open BankingFinancial-ServicesPaymentsAccount InformationPSD2UKBankingFintechRegulated

Event Notifications Examples is an example object payload from UK Open Banking, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titleversionsourcedescriptionexamples

Example Payload

Raw ↑
{
  "title": "Event Notification API Specification - TPP Endpoints",
  "version": "4.0.1",
  "source": "https://raw.githubusercontent.com/OpenBankingUK/read-write-api-specs/master/dist/openapi/event-notifications-openapi.yaml",
  "description": "Illustrative request and response examples for the UK Open Banking Event Notification API (TPP Endpoints) v4.0.1",
  "examples": [
    {
      "operationId": "CreateEventNotification",
      "path": "/event-notifications",
      "method": "POST",
      "type": "request",
      "mediaType": "application/jwt",
      "description": "ASPSP pushes a security event token (SET) to the TPP callback URL as a signed JWT",
      "example": {
        "description": "This endpoint receives a Security Event Token (SET) as a signed JWT from the ASPSP. The JWT payload conforms to RFC 8417 and contains a 'toe' (time of event), 'txn' (transaction ID), 'sub' (subject), and event-specific claims.",
        "jwtPayloadExample": {
          "iss": "https://api.alphabank.com/",
          "iat": 1749812400,
          "jti": "b460a07c-4962-43d1-85ee-9dc10a1e7d29",
          "aud": "7umx5nTR33811QyQfi",
          "sub": "https://api.alphabank.com/open-banking/v4.0/aisp/account-access-consents/58923",
          "txn": "dfc51628-3479-4b81-ad60-210b43d02306",
          "toe": 1749812400,
          "events": {
            "urn:uk:org:openbanking:events:resource-update": {
              "subject": {
                "subject_type": "http://openbanking.org.uk/rid_http://openbanking.org.uk/rty",
                "http://openbanking.org.uk/rid": "58923",
                "http://openbanking.org.uk/rty": "account-access-consents",
                "http://openbanking.org.uk/rlk": [
                  {
                    "version": "v4.0",
                    "link": "https://api.alphabank.com/open-banking/v4.0/aisp/account-access-consents/58923"
                  }
                ]
              }
            }
          }
        }
      }
    },
    {
      "operationId": "CreateEventNotification",
      "path": "/event-notifications",
      "method": "POST",
      "statusCode": "202",
      "type": "response",
      "mediaType": "application/json",
      "description": "TPP acknowledges receipt of the event notification (no body required)",
      "example": {}
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/event-notifications-examples"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.