Updated JSON specs

This commit is contained in:
aleksei
2021-04-24 11:51:59 +02:00
parent 13901fe810
commit 0554d920c8
50 changed files with 60337 additions and 10053 deletions

View File

@@ -46,6 +46,11 @@
"200" : {
"content" : {
"application/json" : {
"examples" : {
"basic-200" : {
"$ref" : "#/components/examples/post-createNotificationConfiguration-basic-200"
}
},
"schema" : {
"$ref" : "#/components/schemas/GetNotificationConfigurationResponse"
}
@@ -451,6 +456,11 @@
"200" : {
"content" : {
"application/json" : {
"examples" : {
"basic-200" : {
"$ref" : "#/components/examples/post-updateNotificationConfiguration-basic-200"
}
},
"schema" : {
"$ref" : "#/components/schemas/GetNotificationConfigurationResponse"
}
@@ -726,7 +736,8 @@
"REFUND_FUNDS_TRANSFER",
"REPORT_AVAILABLE",
"SCHEDULED_REFUNDS",
"TRANSFER_FUNDS"
"TRANSFER_FUNDS",
"TRANSFER_NOT_PAIDOUT_TRANSFERS"
],
"type" : "string"
},
@@ -794,7 +805,8 @@
"REFUND_FUNDS_TRANSFER",
"REPORT_AVAILABLE",
"SCHEDULED_REFUNDS",
"TRANSFER_FUNDS"
"TRANSFER_FUNDS",
"TRANSFER_NOT_PAIDOUT_TRANSFERS"
],
"type" : "string"
},
@@ -842,7 +854,8 @@
"REFUND_FUNDS_TRANSFER",
"REPORT_AVAILABLE",
"SCHEDULED_REFUNDS",
"TRANSFER_FUNDS"
"TRANSFER_FUNDS",
"TRANSFER_NOT_PAIDOUT_TRANSFERS"
],
"type" : "string"
},
@@ -934,6 +947,30 @@
}
}
},
"post-createNotificationConfiguration-basic-200" : {
"summary" : "Example response for request 'basic'",
"value" : {
"pspReference" : "8616178952143018",
"submittedAsync" : "false",
"configurationDetails" : {
"active" : "true",
"description" : "Test notification769551",
"eventConfigs" : [
{
"NotificationEventConfiguration" : {
"eventType" : "ACCOUNT_HOLDER_VERIFICATION",
"includeMode" : "INCLUDE"
}
}
],
"messageFormat" : "SOAP",
"notificationId" : 28467,
"notifyURL" : "https://www.adyen.com/notification-handler",
"sendActionHeader" : "true",
"sslProtocol" : "SSLInsecureCiphers"
}
}
},
"post-updateNotificationConfiguration-basic" : {
"summary" : "Update notification configurations",
"value" : {
@@ -962,6 +999,36 @@
"sslProtocol" : "TLSv10"
}
}
},
"post-updateNotificationConfiguration-basic-200" : {
"summary" : "Example response for request 'basic'",
"value" : {
"pspReference" : "8516178951636344",
"submittedAsync" : "false",
"configurationDetails" : {
"active" : "false",
"description" : "new description799847",
"eventConfigs" : [
{
"NotificationEventConfiguration" : {
"eventType" : "ACCOUNT_CREATED",
"includeMode" : "INCLUDE"
}
},
{
"NotificationEventConfiguration" : {
"eventType" : "ACCOUNT_HOLDER_CREATED",
"includeMode" : "EXCLUDE"
}
}
],
"messageFormat" : "JSON",
"notificationId" : 21259,
"notifyURL" : "http://www.adyen.com",
"sendActionHeader" : "false",
"sslProtocol" : "TLSv10"
}
}
}
}
}