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:
@@ -19850,7 +19850,7 @@
|
||||
"type" : "string"
|
||||
},
|
||||
"output" : {
|
||||
"description" : "The response your server returned for the test webhook.\n\nYour server must respond with **[accepted]** for the test webhook to be successful (`data.status`: **success**). Find out more about [accepting notifications](https://docs.adyen.com/development-resources/webhooks#accept-notifications)\n\nYou can use the value of this field together with the [`responseCode`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-responseCode) value to troubleshoot unsuccessful test webhooks.",
|
||||
"description" : "The response your server returned for the test webhook.\n\nYour server must respond with **HTTP 2xx* for the test webhook to be successful (`data.status`: **success**). Find out more about [accepting notifications](https://docs.adyen.com/development-resources/webhooks#accept-notifications)\n\nYou can use the value of this field together with the [`responseCode`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-responseCode) value to troubleshoot unsuccessful test webhooks.",
|
||||
"type" : "string"
|
||||
},
|
||||
"requestSent" : {
|
||||
@@ -19867,7 +19867,7 @@
|
||||
"type" : "string"
|
||||
},
|
||||
"status" : {
|
||||
"description" : "The status of the test request. Possible values are:\n* **success**, if `data.output`: **[accepted]** and `data.responseCode`: **200**.\n* **failed**, in all other cases.\n\nYou can use the value of the [`output`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-output) field together with the [`responseCode`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-responseCode) value to troubleshoot failed test webhooks.",
|
||||
"description" : "The status of the test request. Possible values are:\n* **success**, `data.responseCode`: **2xx**.\n* **failed**, in all other cases.\n\nYou can use the value of the [`output`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-output) field together with the [`responseCode`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-responseCode) value to troubleshoot failed test webhooks.",
|
||||
"type" : "string"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -20240,7 +20240,7 @@
|
||||
"type" : "string"
|
||||
},
|
||||
"output" : {
|
||||
"description" : "The response your server returned for the test webhook.\n\nYour server must respond with **[accepted]** for the test webhook to be successful (`data.status`: **success**). Find out more about [accepting notifications](https://docs.adyen.com/development-resources/webhooks#accept-notifications)\n\nYou can use the value of this field together with the [`responseCode`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-responseCode) value to troubleshoot unsuccessful test webhooks.",
|
||||
"description" : "The response your server returned for the test webhook.\n\nYour server must respond with **HTTP 2xx* for the test webhook to be successful (`data.status`: **success**). Find out more about [accepting notifications](https://docs.adyen.com/development-resources/webhooks#accept-notifications)\n\nYou can use the value of this field together with the [`responseCode`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-responseCode) value to troubleshoot unsuccessful test webhooks.",
|
||||
"type" : "string"
|
||||
},
|
||||
"requestSent" : {
|
||||
@@ -20257,7 +20257,7 @@
|
||||
"type" : "string"
|
||||
},
|
||||
"status" : {
|
||||
"description" : "The status of the test request. Possible values are:\n* **success**, if `data.output`: **[accepted]** and `data.responseCode`: **200**.\n* **failed**, in all other cases.\n\nYou can use the value of the [`output`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-output) field together with the [`responseCode`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-responseCode) value to troubleshoot failed test webhooks.",
|
||||
"description" : "The status of the test request. Possible values are:\n* **success**, `data.responseCode`: **2xx**.\n* **failed**, in all other cases.\n\nYou can use the value of the [`output`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-output) field together with the [`responseCode`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-responseCode) value to troubleshoot failed test webhooks.",
|
||||
"type" : "string"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -14256,9 +14256,8 @@ components:
|
||||
description: 'The response your server returned for the test webhook.
|
||||
|
||||
|
||||
Your server must respond with **[accepted]** for the test webhook to be
|
||||
successful (`data.status`: **success**). Find out more about [accepting
|
||||
notifications](https://docs.adyen.com/development-resources/webhooks#accept-notifications)
|
||||
Your server must respond with **HTTP 2xx* for the test webhook to be successful
|
||||
(`data.status`: **success**). Find out more about [accepting notifications](https://docs.adyen.com/development-resources/webhooks#accept-notifications)
|
||||
|
||||
|
||||
You can use the value of this field together with the [`responseCode`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-responseCode)
|
||||
@@ -14286,8 +14285,7 @@ components:
|
||||
status:
|
||||
description: 'The status of the test request. Possible values are:
|
||||
|
||||
* **success**, if `data.output`: **[accepted]** and `data.responseCode`:
|
||||
**200**.
|
||||
* **success**, `data.responseCode`: **2xx**.
|
||||
|
||||
* **failed**, in all other cases.
|
||||
|
||||
|
||||
@@ -14586,9 +14586,8 @@ components:
|
||||
description: 'The response your server returned for the test webhook.
|
||||
|
||||
|
||||
Your server must respond with **[accepted]** for the test webhook to be
|
||||
successful (`data.status`: **success**). Find out more about [accepting
|
||||
notifications](https://docs.adyen.com/development-resources/webhooks#accept-notifications)
|
||||
Your server must respond with **HTTP 2xx* for the test webhook to be successful
|
||||
(`data.status`: **success**). Find out more about [accepting notifications](https://docs.adyen.com/development-resources/webhooks#accept-notifications)
|
||||
|
||||
|
||||
You can use the value of this field together with the [`responseCode`](https://docs.adyen.com/api-explorer/#/ManagementService/v1/post/merchants/{merchantId}/webhooks/{id}/test__resParam_data-responseCode)
|
||||
@@ -14616,8 +14615,7 @@ components:
|
||||
status:
|
||||
description: 'The status of the test request. Possible values are:
|
||||
|
||||
* **success**, if `data.output`: **[accepted]** and `data.responseCode`:
|
||||
**200**.
|
||||
* **success**, `data.responseCode`: **2xx**.
|
||||
|
||||
* **failed**, in all other cases.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user