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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user