From ed69f94b8c8e24edb0f282842a93a618ed5a9b16 Mon Sep 17 00:00:00 2001 From: Azeez Muibi Date: Mon, 24 Mar 2025 17:29:41 +0100 Subject: [PATCH] Updated the Request --- digifi_swagger.json | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/digifi_swagger.json b/digifi_swagger.json index 5ca4227..04ebeeb 100644 --- a/digifi_swagger.json +++ b/digifi_swagger.json @@ -59,14 +59,6 @@ "url": "https://www.simbrellang.net" } }, - { - "name": "NotificationCallback", - "description": "This new feature will be used for informing Simbrella about status of the transactions that FBN have processed.", - "externalDocs": { - "description": "Find out more", - "url": "https://www.simbrellang.net" - } - }, { "name": "RACCheck", "description": "Risk Acceptance Criteria Request", @@ -172,9 +164,6 @@ "/Repayment": { "$ref": "./paths/Repayment.json" }, - "/NotificationCallback": { - "$ref": "./paths/NotificationCallback.json" - }, "/RACCheck": { "$ref": "./paths/RACCheck.json" }, @@ -241,12 +230,6 @@ "RACCheckResponse": { "$ref": "./schemas/RACCheckResponse.json" }, - "NotificationCallbackRequest": { - "$ref": "./schemas/NotificationCallbackRequest.json" - }, - "NotificationCallbackResponse": { - "$ref": "./schemas/NotificationCallbackResponse.json" - }, "DisbursementRequest": { "$ref": "./schemas/DisbursementRequest.json" },