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:
@@ -211,7 +211,7 @@
|
||||
}
|
||||
},
|
||||
"schema" : {
|
||||
"$ref" : "#/components/schemas/NotificationDataMessage"
|
||||
"$ref" : "#/components/schemas/PaymentMethodRequestRemovedNotificationRequest"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -262,7 +262,7 @@
|
||||
}
|
||||
},
|
||||
"schema" : {
|
||||
"$ref" : "#/components/schemas/NotificationDataMessage"
|
||||
"$ref" : "#/components/schemas/PaymentMethodScheduledForRemovalNotificationRequest"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -596,34 +596,6 @@
|
||||
],
|
||||
"type" : "object"
|
||||
},
|
||||
"NotificationDataMessage" : {
|
||||
"properties" : {
|
||||
"createdAt" : {
|
||||
"description" : "Timestamp for when the webhook was created.",
|
||||
"format" : "date-time",
|
||||
"type" : "string"
|
||||
},
|
||||
"data" : {
|
||||
"description" : "Contains event details.",
|
||||
"$ref" : "#/components/schemas/MidServiceNotificationData"
|
||||
},
|
||||
"environment" : {
|
||||
"description" : "The environment from which the webhook originated.\n\nPossible values: **test**, **live**.",
|
||||
"type" : "string"
|
||||
},
|
||||
"type" : {
|
||||
"description" : "Type of notification.",
|
||||
"type" : "string"
|
||||
}
|
||||
},
|
||||
"required" : [
|
||||
"type",
|
||||
"environment",
|
||||
"createdAt",
|
||||
"data"
|
||||
],
|
||||
"type" : "object"
|
||||
},
|
||||
"PaymentMethodCreatedNotificationRequest" : {
|
||||
"properties" : {
|
||||
"createdAt" : {
|
||||
@@ -664,6 +636,68 @@
|
||||
},
|
||||
"type" : "object"
|
||||
},
|
||||
"PaymentMethodRequestRemovedNotificationRequest" : {
|
||||
"properties" : {
|
||||
"createdAt" : {
|
||||
"description" : "Timestamp for when the webhook was created.",
|
||||
"format" : "date-time",
|
||||
"type" : "string"
|
||||
},
|
||||
"data" : {
|
||||
"description" : "Contains event details.",
|
||||
"$ref" : "#/components/schemas/MidServiceNotificationData"
|
||||
},
|
||||
"environment" : {
|
||||
"description" : "The environment from which the webhook originated.\n\nPossible values: **test**, **live**.",
|
||||
"type" : "string"
|
||||
},
|
||||
"type" : {
|
||||
"description" : "Type of notification.",
|
||||
"enum" : [
|
||||
"paymentMethod.requestRemoved"
|
||||
],
|
||||
"type" : "string"
|
||||
}
|
||||
},
|
||||
"required" : [
|
||||
"environment",
|
||||
"createdAt",
|
||||
"data",
|
||||
"type"
|
||||
],
|
||||
"type" : "object"
|
||||
},
|
||||
"PaymentMethodScheduledForRemovalNotificationRequest" : {
|
||||
"properties" : {
|
||||
"createdAt" : {
|
||||
"description" : "Timestamp for when the webhook was created.",
|
||||
"format" : "date-time",
|
||||
"type" : "string"
|
||||
},
|
||||
"data" : {
|
||||
"description" : "Contains event details.",
|
||||
"$ref" : "#/components/schemas/MidServiceNotificationData"
|
||||
},
|
||||
"environment" : {
|
||||
"description" : "The environment from which the webhook originated.\n\nPossible values: **test**, **live**.",
|
||||
"type" : "string"
|
||||
},
|
||||
"type" : {
|
||||
"description" : "Type of notification.",
|
||||
"enum" : [
|
||||
"paymentMethod.requestScheduledForRemoval"
|
||||
],
|
||||
"type" : "string"
|
||||
}
|
||||
},
|
||||
"required" : [
|
||||
"environment",
|
||||
"createdAt",
|
||||
"data",
|
||||
"type"
|
||||
],
|
||||
"type" : "object"
|
||||
},
|
||||
"RemediatingAction" : {
|
||||
"properties" : {
|
||||
"code" : {
|
||||
|
||||
Reference in New Issue
Block a user