mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
spec release
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user