Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Aug 31, 2023
1 parent f56ee00 commit 317278b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions json/Webhooks-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2413,7 +2413,7 @@
},
"AuthorisationNotificationRequestItemWrapper" : {
"properties" : {
"AuthorisationNotificationRequestItem" : {
"NotificationRequestItem" : {
"$ref" : "#/components/schemas/AuthorisationNotificationRequestItem"
}
}
Expand Down Expand Up @@ -3105,7 +3105,7 @@
},
"PaidoutReversedNotificationRequestItemWrapper" : {
"properties" : {
"PaidoutReversedNotificationRequestItem" : {
"NotificationRequestItem" : {
"$ref" : "#/components/schemas/PaidoutReversedNotificationRequestItem"
}
}
Expand Down Expand Up @@ -3688,7 +3688,7 @@
},
"RecurringContractNotificationRequestItemWrapper" : {
"properties" : {
"RecurringContractNotificationRequestItem" : {
"NotificationRequestItem" : {
"$ref" : "#/components/schemas/RecurringContractNotificationRequestItem"
}
}
Expand Down Expand Up @@ -3771,7 +3771,7 @@
},
"ReportAvailableNotificationRequestItemWrapper" : {
"properties" : {
"ReportAvailableNotificationRequestItem" : {
"NotificationRequestItem" : {
"$ref" : "#/components/schemas/ReportAvailableNotificationRequestItem"
}
}
Expand Down Expand Up @@ -4491,14 +4491,15 @@
"checkoutSessionId" : "******************"
},
"amount" : {
"currency" : "US",
"currency" : "USD",
"value" : 0
},
"eventCode" : "RECURRING_CONTRACT",
"eventDate" : "2023-06-20T16:09:48+02:00",
"merchantAccountCode" : "YOUR_MERCHANT_ACCOUNT",
"merchantReference" : "YOUR_PAYMENT_REFERENCE",
"originalReference" : "INITIAL_PAYMENT_PSP_REFERENCE",
"originalPsp" : "PSP_REFERENCE",
"paymentMethod" : "ideal",
"pspReference" : "M5N7TQ4TG5PFWR50",
"reason" : "",
Expand Down
11 changes: 6 additions & 5 deletions yaml/Webhooks-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1675,7 +1675,7 @@ components:
type: object
AuthorisationNotificationRequestItemWrapper:
properties:
AuthorisationNotificationRequestItem:
NotificationRequestItem:
$ref: '#/components/schemas/AuthorisationNotificationRequestItem'
NotificationAdditionalData:
properties:
Expand Down Expand Up @@ -2255,7 +2255,7 @@ components:
type: object
PaidoutReversedNotificationRequestItemWrapper:
properties:
PaidoutReversedNotificationRequestItem:
NotificationRequestItem:
$ref: '#/components/schemas/PaidoutReversedNotificationRequestItem'
RecurringContractNotificationAdditionalData:
properties:
Expand Down Expand Up @@ -2741,7 +2741,7 @@ components:
type: object
RecurringContractNotificationRequestItemWrapper:
properties:
RecurringContractNotificationRequestItem:
NotificationRequestItem:
$ref: '#/components/schemas/RecurringContractNotificationRequestItem'
ReportAvailableNotificationRequest:
properties:
Expand Down Expand Up @@ -2807,7 +2807,7 @@ components:
type: object
ReportAvailableNotificationRequestItemWrapper:
properties:
ReportAvailableNotificationRequestItem:
NotificationRequestItem:
$ref: '#/components/schemas/ReportAvailableNotificationRequestItem'
securitySchemes:
BasicAuth:
Expand Down Expand Up @@ -3331,13 +3331,14 @@ components:
shopperReference: YOUR_SHOPPER_REFERENCE
checkoutSessionId: '******************'
amount:
currency: US
currency: USD
value: 0
eventCode: RECURRING_CONTRACT
eventDate: '2023-06-20T16:09:48+02:00'
merchantAccountCode: YOUR_MERCHANT_ACCOUNT
merchantReference: YOUR_PAYMENT_REFERENCE
originalReference: INITIAL_PAYMENT_PSP_REFERENCE
originalPsp: PSP_REFERENCE
paymentMethod: ideal
pspReference: M5N7TQ4TG5PFWR50
reason: ''
Expand Down

0 comments on commit 317278b

Please sign in to comment.