spec release

This commit is contained in:
Adyen Automation
2024-02-27 11:49:17 +01:00
parent 6715bb56a4
commit 4a17315624
8 changed files with 293 additions and 261 deletions

View File

@@ -56,11 +56,6 @@
"200" : {
"content" : {
"application/json" : {
"examples" : {
"merchant.created" : {
"$ref" : "#/components/examples/WebhookAck"
}
},
"schema" : {
"$ref" : "#/components/schemas/AccountNotificationResponse"
}
@@ -109,14 +104,6 @@
"200" : {
"content" : {
"application/json" : {
"examples" : {
"merchant-updated-valid" : {
"$ref" : "#/components/examples/WebhookAck"
},
"merchant-updated-with-errors" : {
"$ref" : "#/components/examples/WebhookAck"
}
},
"schema" : {
"$ref" : "#/components/schemas/AccountNotificationResponse"
}
@@ -162,11 +149,6 @@
"200" : {
"content" : {
"application/json" : {
"examples" : {
"paymentMethod.created" : {
"$ref" : "#/components/examples/WebhookAck"
}
},
"schema" : {
"$ref" : "#/components/schemas/PaymentMethodNotificationResponse"
}
@@ -212,11 +194,6 @@
"200" : {
"content" : {
"application/json" : {
"examples" : {
"paymentMethod.requestRemoved" : {
"$ref" : "#/components/examples/WebhookAck"
}
},
"schema" : {
"$ref" : "#/components/schemas/PaymentMethodNotificationResponse"
}
@@ -262,11 +239,6 @@
"200" : {
"content" : {
"application/json" : {
"examples" : {
"paymentMethod.requestScheduledForRemoval" : {
"$ref" : "#/components/examples/WebhookAck"
}
},
"schema" : {
"$ref" : "#/components/schemas/PaymentMethodNotificationResponse"
}
@@ -782,12 +754,6 @@
}
},
"examples" : {
"WebhookAck" : {
"summary" : "Acknowledge Webhook",
"value" : {
"notificationResponse" : "[accepted]"
}
},
"post-merchant.created-merchant.created" : {
"summary" : "Merchant account created",
"description" : "Example webhook when a merchant account was created",