Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Oct 17, 2023
1 parent dfe5f49 commit f2c9ecd
Show file tree
Hide file tree
Showing 8 changed files with 50,710 additions and 164 deletions.
16 changes: 11 additions & 5 deletions json/ManagementNotificationService-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@
"Payment method"
],
"tags" : [
],
{
"name" : "Merchant account"
},
{
"name" : "Payment method"
}
],
"x-staticResponse" : "response.json",
"webhooks" : {
"merchant.created" : {
Expand Down Expand Up @@ -76,7 +82,7 @@
"Merchant account"
],
"summary" : "Merchant account capability updated",
"description" : "There were changes to verification status and capabilities of a [merchant account](https://docs.adyen.com/api-explorer/#/ManagementService/latest/post/merchants). If the verification fails, this webhook includes the errors and the actions that you can take to resolve them.",
"description" : "There were changes to the verification status and capabilities of a [merchant account](https://docs.adyen.com/api-explorer/#/ManagementService/latest/post/merchants). If the verification fails, this webhook includes the errors and the actions that you can take to resolve them.",
"x-addedInVersion" : "1",
"operationId" : "post-merchant.updated",
"x-groupName" : "Merchant account",
Expand Down Expand Up @@ -438,11 +444,11 @@
"type" : "boolean"
},
"id" : {
"description" : "The identifier of the resource.",
"description" : "The unique identifier of the resource.",
"type" : "string"
},
"merchantId" : {
"description" : "The identifier of the merchant account.",
"description" : "The unique identifier of the merchant account.",
"type" : "string"
},
"reference" : {
Expand All @@ -458,7 +464,7 @@
"type" : "string"
},
"storeId" : {
"description" : "The identifier of the [store](https://docs.adyen.com/api-explorer/#/ManagementService/latest/post/merchants/{id}/paymentMethodSettings__reqParam_storeId), if any.",
"description" : "The unique identifier of the [store](https://docs.adyen.com/api-explorer/#/ManagementService/latest/post/merchants/{id}/paymentMethodSettings__reqParam_storeId), if any.",
"type" : "string"
},
"type" : {
Expand Down
Loading

0 comments on commit f2c9ecd

Please sign in to comment.