spec release

This commit is contained in:
Adyen Automation
2024-12-18 10:41:05 +01:00
parent 7a609f5038
commit 8d953d9bab
10 changed files with 288 additions and 87 deletions

View File

@@ -64,13 +64,13 @@
"additionalProperties" : false,
"properties" : {
"currency" : {
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).",
"maxLength" : 3,
"minLength" : 3,
"type" : "string"
},
"value" : {
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).",
"format" : "int64",
"type" : "integer"
}
@@ -133,6 +133,11 @@
"description" : "The environment from which the webhook originated.\n\nPossible values: **test**, **live**.",
"type" : "string"
},
"timestamp" : {
"description" : "When the event was queued.",
"format" : "date-time",
"type" : "string"
},
"type" : {
"description" : "Type of webhook.",
"enum" : [