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:
@@ -10,7 +10,7 @@
|
||||
"x-publicVersion" : true,
|
||||
"title" : "Notification Configuration API",
|
||||
"description" : "This API is used for the classic integration. If you are just starting your implementation, refer to our [new integration guide](https://docs.adyen.com/marketplaces-and-platforms) instead.\n\nThe Notification Configuration API provides endpoints for setting up and testing notifications that inform you of events on your platform, for example when a verification check or a payout has been completed.\n\nFor more information, refer to our [documentation](https://docs.adyen.com/marketplaces-and-platforms/classic/notifications).\n## Authentication\nYour Adyen contact will provide your API credential and an API key. To connect to the API, add an `X-API-Key` header with the API key as the value, for example:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\\n-H \"X-API-Key: YOUR_API_KEY\" \\\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication. For example:\n\n```\ncurl\n-U \"ws@MarketPlace.YOUR_PLATFORM_ACCOUNT\":\"YOUR_WS_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\nWhen going live, you need to generate new web service user credentials to access the [live endpoints](https://docs.adyen.com/development-resources/live-endpoints).\n\n## Versioning\nThe Notification Configuration API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://cal-test.adyen.com/cal/services/Notification/v2/createNotificationConfiguration\n```",
|
||||
"x-timestamp" : "2022-07-28T16:19:58Z",
|
||||
"x-timestamp" : "2022-10-03T13:24:04Z",
|
||||
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
|
||||
"contact" : {
|
||||
"name" : "Adyen Developer Experience team",
|
||||
@@ -818,15 +818,10 @@
|
||||
"type" : "boolean"
|
||||
},
|
||||
"sslProtocol" : {
|
||||
"description" : "The SSL protocol employed by the endpoint.\n>Permitted values: `SSL`, `SSLInsecureCiphers`, `TLS`, `TLSv10`, `TLSv10InsecureCiphers`, `TLSv11`, `TLSv12`.",
|
||||
"description" : "The SSL protocol employed by the endpoint.\n>Permitted values: `TLSv12`, `TLSv13`.",
|
||||
"enum" : [
|
||||
"SSL",
|
||||
"SSLInsecureCiphers",
|
||||
"TLS",
|
||||
"TLSv10",
|
||||
"TLSv10InsecureCiphers",
|
||||
"TLSv11",
|
||||
"TLSv12"
|
||||
"TLSv12",
|
||||
"TLSv13"
|
||||
],
|
||||
"type" : "string"
|
||||
}
|
||||
@@ -846,6 +841,7 @@
|
||||
"ACCOUNT_FUNDS_BELOW_THRESHOLD",
|
||||
"ACCOUNT_HOLDER_CREATED",
|
||||
"ACCOUNT_HOLDER_LIMIT_REACHED",
|
||||
"ACCOUNT_HOLDER_MIGRATED",
|
||||
"ACCOUNT_HOLDER_PAYOUT",
|
||||
"ACCOUNT_HOLDER_STATUS_CHANGE",
|
||||
"ACCOUNT_HOLDER_STORE_STATUS_CHANGE",
|
||||
@@ -917,6 +913,7 @@
|
||||
"ACCOUNT_FUNDS_BELOW_THRESHOLD",
|
||||
"ACCOUNT_HOLDER_CREATED",
|
||||
"ACCOUNT_HOLDER_LIMIT_REACHED",
|
||||
"ACCOUNT_HOLDER_MIGRATED",
|
||||
"ACCOUNT_HOLDER_PAYOUT",
|
||||
"ACCOUNT_HOLDER_STATUS_CHANGE",
|
||||
"ACCOUNT_HOLDER_STORE_STATUS_CHANGE",
|
||||
@@ -968,6 +965,7 @@
|
||||
"ACCOUNT_FUNDS_BELOW_THRESHOLD",
|
||||
"ACCOUNT_HOLDER_CREATED",
|
||||
"ACCOUNT_HOLDER_LIMIT_REACHED",
|
||||
"ACCOUNT_HOLDER_MIGRATED",
|
||||
"ACCOUNT_HOLDER_PAYOUT",
|
||||
"ACCOUNT_HOLDER_STATUS_CHANGE",
|
||||
"ACCOUNT_HOLDER_STORE_STATUS_CHANGE",
|
||||
|
||||
Reference in New Issue
Block a user