spec release

This commit is contained in:
Adyen Automation
2023-05-31 07:59:05 +00:00
parent 6d1471731a
commit 39cbe6f0aa
2 changed files with 20 additions and 8 deletions

View File

@@ -5,12 +5,11 @@
"x-publicVersion" : true,
"title" : "Webhooks",
"description" : "We use webhooks to send you updates about payment status updates, newly available reports, and other events that you can subscribe to. For more information, refer to our [documentation](https://docs.adyen.com/development-resources/webhooks).",
"x-timestamp" : "2023-04-11T21:25:15Z",
"x-timestamp" : "2023-05-30T15:27:07Z",
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
"contact" : {
"name" : "Adyen Developer Experience team",
"url" : "https://www.adyen.help/hc/en-us/community/topics",
"email" : "developer-experience@adyen.com"
"url" : "https://github.com/Adyen/adyen-openapi"
}
},
"x-groups" : [
@@ -2383,6 +2382,10 @@
"description" : "Country of the shopper.",
"type" : "string"
},
"shopperEmail" : {
"description" : "Email of the shopper.",
"type" : "string"
},
"shopperIP" : {
"description" : "IP of the shopper.",
"type" : "string"
@@ -2963,6 +2966,10 @@
"description" : "Country of the shopper.",
"type" : "string"
},
"shopperEmail" : {
"description" : "Email of the shopper.",
"type" : "string"
},
"shopperIP" : {
"description" : "IP of the shopper.",
"type" : "string"
@@ -3619,7 +3626,7 @@
"type" : "string"
},
"shopperEmail" : {
"description" : "The shopper's email address.",
"description" : "Email of the shopper.",
"type" : "string"
},
"shopperIP" : {

View File

@@ -6,12 +6,11 @@ info:
description: We use webhooks to send you updates about payment status updates, newly
available reports, and other events that you can subscribe to. For more information,
refer to our [documentation](https://docs.adyen.com/development-resources/webhooks).
x-timestamp: '2023-04-11T21:25:15Z'
x-timestamp: '2023-05-30T15:27:07Z'
termsOfService: https://www.adyen.com/legal/terms-and-conditions
contact:
name: Adyen Developer Experience team
url: https://www.adyen.help/hc/en-us/community/topics
email: developer-experience@adyen.com
url: https://github.com/Adyen/adyen-openapi
x-groups:
- Standard
- Additional configuration
@@ -1545,6 +1544,9 @@ components:
shopperCountry:
description: Country of the shopper.
type: string
shopperEmail:
description: Email of the shopper.
type: string
shopperIP:
description: IP of the shopper.
type: string
@@ -2035,6 +2037,9 @@ components:
shopperCountry:
description: Country of the shopper.
type: string
shopperEmail:
description: Email of the shopper.
type: string
shopperIP:
description: IP of the shopper.
type: string
@@ -2581,7 +2586,7 @@ components:
description: Country of the shopper.
type: string
shopperEmail:
description: The shopper's email address.
description: Email of the shopper.
type: string
shopperIP:
description: IP of the shopper.