v2

latestOpenAPI 3.0.12026-07-2693281951.6 KB
Notifications

Get Event Subscriptions

Get all event subscriptions that your application is subscribed to

get/notifications/event-subscriptions

Headers

sub-applicationstring uuid

The sub-application ID for which all event subscriptions will be returned

Response

Event subscriptions for the application

linksobject
tracingIdstring

Example response

{
  "data": [
    {
      "eventTypeId": "payment.status.completed",
      "applicationId": "2698db90-6635-4f76-b673-5ce8e2aeda0e",
      "created": "28-07-2021 15:47:03",
      "notification": {
        "type": "WEBHOOK",
        "url": "https://httpbin.com/new_endpoint"
      }
    }
  ],
  "paging": {
    "data": [
      {
        "transactionAmount": {
          "amount": 10,
          "currency": "GBP"
        },
        "grossAmount": {
          "amount": 10,
          "currency": "GBP"
        },
        "chargeDetails": {
          "chargeAmount": {
            "amount": 10,
            "currency": "GBP"
          }
        },
        "balance": {
          "balanceAmount": {
            "amount": 10,
            "currency": "GBP"
          }
        },
        "payeeDetails": {
          "accountIdentifications": [
            {
              "type": "SORT_CODE"
            }
          ]
        },
        "payerDetails": {
          "accountIdentifications": [
            {
              "type": "SORT_CODE"
            }
          ]
        },
        "transactionMutability": "Mutable"
      }
    ]
  }
}