Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Nov 12, 2024
1 parent 9c8943d commit edc9aff
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions json/Webhooks-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1752,6 +1752,10 @@
"AuthorisationNotificationAdditionalData" : {
"additionalProperties" : false,
"properties" : {
"GoPay.gopayAccountId" : {
"description" : "A GoPay shopper's wallet ID. Used by merchant for Risk and Fraud checks.",
"type" : "string"
},
"PaymentAccountReference" : {
"type" : "string"
},
Expand Down Expand Up @@ -5556,6 +5560,10 @@
"RecurringContractNotificationAdditionalData" : {
"additionalProperties" : false,
"properties" : {
"GoPay.gopayAccountId" : {
"description" : "A GoPay shopper's wallet ID. Used by merchant for Risk and Fraud checks.",
"type" : "string"
},
"PaymentAccountReference" : {
"description" : "Reference of the payment account.",
"type" : "string"
Expand Down
8 changes: 8 additions & 0 deletions yaml/Webhooks-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1337,6 +1337,10 @@ components:
AuthorisationNotificationAdditionalData:
additionalProperties: false
properties:
GoPay.gopayAccountId:
description: A GoPay shopper's wallet ID. Used by merchant for Risk and
Fraud checks.
type: string
PaymentAccountReference:
type: string
accountValidation:
Expand Down Expand Up @@ -4596,6 +4600,10 @@ components:
RecurringContractNotificationAdditionalData:
additionalProperties: false
properties:
GoPay.gopayAccountId:
description: A GoPay shopper's wallet ID. Used by merchant for Risk and
Fraud checks.
type: string
PaymentAccountReference:
description: Reference of the payment account.
type: string
Expand Down

0 comments on commit edc9aff

Please sign in to comment.