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:
@@ -644,6 +644,7 @@
|
||||
"components" : {
|
||||
"schemas" : {
|
||||
"CreateNotificationConfigurationRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"configurationDetails" : {
|
||||
"description" : "Details of the prospective notification subscription configuration.",
|
||||
@@ -656,6 +657,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"DeleteNotificationConfigurationRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"notificationIds" : {
|
||||
"description" : "A list of IDs of the notification subscription configurations to be deleted.",
|
||||
@@ -672,9 +674,11 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"EmptyRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"type" : "object"
|
||||
},
|
||||
"ExchangeMessage" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"messageCode" : {
|
||||
"type" : "string"
|
||||
@@ -693,6 +697,7 @@
|
||||
}
|
||||
},
|
||||
"GenericResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"pspReference" : {
|
||||
"description" : "The reference of a request. Can be used to uniquely identify the request.",
|
||||
@@ -710,6 +715,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"GetNotificationConfigurationListResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"configurations" : {
|
||||
"description" : "Details of the notification subscription configurations.",
|
||||
@@ -734,6 +740,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"GetNotificationConfigurationRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"notificationId" : {
|
||||
"description" : "The ID of the notification subscription configuration whose details are to be retrieved.",
|
||||
@@ -747,6 +754,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"GetNotificationConfigurationResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"configurationDetails" : {
|
||||
"description" : "Details of the notification subscription configuration.",
|
||||
@@ -771,6 +779,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"NotificationConfigurationDetails" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"active" : {
|
||||
"description" : "Indicates whether the notification subscription is active.",
|
||||
@@ -842,6 +851,7 @@
|
||||
}
|
||||
},
|
||||
"NotificationEventConfiguration" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"eventType" : {
|
||||
"description" : "The type of event.\n\nPossible values: **ACCOUNT_CLOSED**, **ACCOUNT_CREATED**, **ACCOUNT_FUNDS_BELOW_THRESHOLD**, **ACCOUNT_HOLDER_CREATED**, **ACCOUNT_HOLDER_LIMIT_REACHED**, **ACCOUNT_HOLDER_PAYOUT**, **ACCOUNT_HOLDER_STATUS_CHANGE**, **ACCOUNT_HOLDER_STORE_STATUS_CHANGE**, **ACCOUNT_HOLDER_UPCOMING_DEADLINE**, **ACCOUNT_HOLDER_UPDATED**, **ACCOUNT_HOLDER_VERIFICATION**, **ACCOUNT_UPDATED**, **BENEFICIARY_SETUP**, **COMPENSATE_NEGATIVE_BALANCE**, **DIRECT_DEBIT_INITIATED**, **PAYMENT_FAILURE**, **REFUND_FUNDS_TRANSFER**, **REPORT_AVAILABLE**, **SCHEDULED_REFUNDS**, **TRANSFER_FUNDS**.",
|
||||
@@ -897,6 +907,7 @@
|
||||
}
|
||||
},
|
||||
"ServiceError" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"errorCode" : {
|
||||
"description" : "The error code mapped to the error message.",
|
||||
@@ -923,6 +934,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"TestNotificationConfigurationRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"eventTypes" : {
|
||||
"description" : "The event types to test. If left blank, then all of the configured event types will be tested.\n>Permitted values: `ACCOUNT_HOLDER_CREATED`, `ACCOUNT_CREATED`, `ACCOUNT_UPDATED`, `ACCOUNT_HOLDER_UPDATED`, `ACCOUNT_HOLDER_STATUS_CHANGE`, `ACCOUNT_HOLDER_STORE_STATUS_CHANGE` `ACCOUNT_HOLDER_VERIFICATION`, `ACCOUNT_HOLDER_LIMIT_REACHED`, `ACCOUNT_HOLDER_PAYOUT`, `PAYMENT_FAILURE`, `SCHEDULED_REFUNDS`, `REPORT_AVAILABLE`, `TRANSFER_FUNDS`, `BENEFICIARY_SETUP`, `COMPENSATE_NEGATIVE_BALANCE`.",
|
||||
@@ -970,6 +982,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"TestNotificationConfigurationResponse" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"errorMessages" : {
|
||||
"description" : "Any error messages encountered.",
|
||||
@@ -1050,6 +1063,7 @@
|
||||
"type" : "object"
|
||||
},
|
||||
"UpdateNotificationConfigurationRequest" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"configurationDetails" : {
|
||||
"description" : "Details of the notification subscription configuration to be updated.",
|
||||
|
||||
Reference in New Issue
Block a user