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:
@@ -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" : {
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user