spec release

This commit is contained in:
Adyen Automation
2024-05-06 15:30:22 +02:00
parent 72adc75f3a
commit 2827f1e3b1
4 changed files with 10 additions and 14 deletions

View File

@@ -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"
}
},

View File

@@ -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"
}
},

View File

@@ -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.

View File

@@ -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.