From 61647ff469d9f9d8f98990bd6c2131890749422d Mon Sep 17 00:00:00 2001 From: Adyen Automation Date: Tue, 10 Jun 2025 15:04:41 +0200 Subject: [PATCH] spec release --- json/Webhooks-v1.json | 30 +++++++++++++++--------------- yaml/Webhooks-v1.yaml | 32 ++++++++++++++++---------------- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/json/Webhooks-v1.json b/json/Webhooks-v1.json index a335dc5..2b01a7c 100644 --- a/json/Webhooks-v1.json +++ b/json/Webhooks-v1.json @@ -437,16 +437,16 @@ } } }, - "/DIRECT_DEBIT_NOTICE_OF_CHANGE" : { + "/DIRECT_DEBIT_NOTICE_OF_CHANGE_NOTIFICATION" : { "post" : { "tags" : [ "Other webhooks" ], - "summary" : "Direct Debit Notice of Change", - "description" : "A Direct Debit Notice of Change was processed regarding changed bank account details.", - "operationId" : "post-DIRECT_DEBIT_NOTICE_OF_CHANGE", + "summary" : "Direct Debit Notice of Change Notification", + "description" : "A Direct Debit Notice of Change notification was processed regarding changed bank account details.", + "operationId" : "post-DIRECT_DEBIT_NOTICE_OF_CHANGE_NOTIFICATION", "x-sortIndex" : 0, - "x-methodName" : "directDebitNoticeOfChange", + "x-methodName" : "directDebitNoticeOfChangeNotification", "security" : [ { "BasicAuth" : [ @@ -458,10 +458,10 @@ "application/json" : { "examples" : { "ach_notice_of_change" : { - "$ref" : "#/components/examples/post-DIRECT_DEBIT_NOTICE_OF_CHANGE-ach_notice_of_change" + "$ref" : "#/components/examples/post-DIRECT_DEBIT_NOTICE_OF_CHANGE_NOTIFICATION-ach_notice_of_change" }, "eft_notice_of_change" : { - "$ref" : "#/components/examples/post-DIRECT_DEBIT_NOTICE_OF_CHANGE-eft_notice_of_change" + "$ref" : "#/components/examples/post-DIRECT_DEBIT_NOTICE_OF_CHANGE_NOTIFICATION-eft_notice_of_change" } }, "schema" : { @@ -7531,8 +7531,8 @@ ] } }, - "post-DIRECT_DEBIT_NOTICE_OF_CHANGE-ach_notice_of_change" : { - "summary" : "ACH_NOTIFICATION_OF_CHANGE example", + "post-DIRECT_DEBIT_NOTICE_OF_CHANGE_NOTIFICATION-ach_notice_of_change" : { + "summary" : "DIRECT_DEBIT_NOTICE_OF_CHANGE_NOTIFICATION ach example", "value" : { "type" : "ach.notificationOfChange", "version" : "1", @@ -7543,15 +7543,15 @@ "shopperReference" : "YOUR_SHOPPER_REFERENCE", "notificationOfChange" : { "reasonCode" : "C07", - "newBankAccountNumber" : "****", - "newBranchCode" : "12345", + "newBankAccountNumber" : "012345678901", + "newBranchCode" : "021000021", "newBankAccountType" : "Checking" } } } }, - "post-DIRECT_DEBIT_NOTICE_OF_CHANGE-eft_notice_of_change" : { - "summary" : "EFT_NOTICE_OF_CHANGE example", + "post-DIRECT_DEBIT_NOTICE_OF_CHANGE_NOTIFICATION-eft_notice_of_change" : { + "summary" : "DIRECT_DEBIT_NOTICE_OF_CHANGE_NOTIFICATION eft example", "value" : { "type" : "eft.notificationOfChange", "version" : "1", @@ -7561,8 +7561,8 @@ "pspReference" : "QFQTPCQ8HXSKGK82", "shopperReference" : "YOUR_SHOPPER_REFERENCE", "notificationOfChange" : { - "newBankAccountNumber" : "****", - "newBankLocationId" : "****" + "newBankAccountNumber" : "1234567", + "newBankLocationId" : "00123004" } } } diff --git a/yaml/Webhooks-v1.yaml b/yaml/Webhooks-v1.yaml index 0917371..c27cf3c 100644 --- a/yaml/Webhooks-v1.yaml +++ b/yaml/Webhooks-v1.yaml @@ -279,16 +279,16 @@ webhooks: '200': description: No Content - webhook events are accepted on the basis of the HTTP status code. - /DIRECT_DEBIT_NOTICE_OF_CHANGE: + /DIRECT_DEBIT_NOTICE_OF_CHANGE_NOTIFICATION: post: tags: - Other webhooks - summary: Direct Debit Notice of Change - description: A Direct Debit Notice of Change was processed regarding changed - bank account details. - operationId: post-DIRECT_DEBIT_NOTICE_OF_CHANGE + summary: Direct Debit Notice of Change Notification + description: A Direct Debit Notice of Change notification was processed regarding + changed bank account details. + operationId: post-DIRECT_DEBIT_NOTICE_OF_CHANGE_NOTIFICATION x-sortIndex: 0 - x-methodName: directDebitNoticeOfChange + x-methodName: directDebitNoticeOfChangeNotification security: - BasicAuth: [] requestBody: @@ -296,9 +296,9 @@ webhooks: application/json: examples: ach_notice_of_change: - $ref: '#/components/examples/post-DIRECT_DEBIT_NOTICE_OF_CHANGE-ach_notice_of_change' + $ref: '#/components/examples/post-DIRECT_DEBIT_NOTICE_OF_CHANGE_NOTIFICATION-ach_notice_of_change' eft_notice_of_change: - $ref: '#/components/examples/post-DIRECT_DEBIT_NOTICE_OF_CHANGE-eft_notice_of_change' + $ref: '#/components/examples/post-DIRECT_DEBIT_NOTICE_OF_CHANGE_NOTIFICATION-eft_notice_of_change' schema: $ref: '#/components/schemas/AchNotificationOfChangeNotificationRequest' responses: @@ -6141,8 +6141,8 @@ components: pspReference: QFQTPCQ8HXSKGK82 reason: Fraudulent Processing of Transactions success: 'true' - post-DIRECT_DEBIT_NOTICE_OF_CHANGE-ach_notice_of_change: - summary: ACH_NOTIFICATION_OF_CHANGE example + post-DIRECT_DEBIT_NOTICE_OF_CHANGE_NOTIFICATION-ach_notice_of_change: + summary: DIRECT_DEBIT_NOTICE_OF_CHANGE_NOTIFICATION ach example value: type: ach.notificationOfChange version: '1' @@ -6153,11 +6153,11 @@ components: shopperReference: YOUR_SHOPPER_REFERENCE notificationOfChange: reasonCode: C07 - newBankAccountNumber: '****' - newBranchCode: '12345' + newBankAccountNumber: 012345678901 + newBranchCode: '021000021' newBankAccountType: Checking - post-DIRECT_DEBIT_NOTICE_OF_CHANGE-eft_notice_of_change: - summary: EFT_NOTICE_OF_CHANGE example + post-DIRECT_DEBIT_NOTICE_OF_CHANGE_NOTIFICATION-eft_notice_of_change: + summary: DIRECT_DEBIT_NOTICE_OF_CHANGE_NOTIFICATION eft example value: type: eft.notificationOfChange version: '1' @@ -6167,8 +6167,8 @@ components: pspReference: QFQTPCQ8HXSKGK82 shopperReference: YOUR_SHOPPER_REFERENCE notificationOfChange: - newBankAccountNumber: '****' - newBankLocationId: '****' + newBankAccountNumber: '1234567' + newBankLocationId: '00123004' post-EXPIRE-expire: summary: EXPIRE example value: