From dd9a42a969ac778f711d686d185a6ce9ac43f7f0 Mon Sep 17 00:00:00 2001 From: Adyen Automation Date: Mon, 5 Dec 2022 10:52:19 +0000 Subject: [PATCH] spec release --- json/BinLookupService-v40.json | 4 +++- json/BinLookupService-v50.json | 4 +++- json/BinLookupService-v52.json | 4 +++- json/BinLookupService-v53.json | 4 +++- json/BinLookupService-v54.json | 4 +++- yaml/BinLookupService-v40.yaml | 4 +++- yaml/BinLookupService-v50.yaml | 4 +++- yaml/BinLookupService-v52.yaml | 4 +++- yaml/BinLookupService-v53.yaml | 4 +++- yaml/BinLookupService-v54.yaml | 4 +++- 10 files changed, 30 insertions(+), 10 deletions(-) diff --git a/json/BinLookupService-v40.json b/json/BinLookupService-v40.json index 01967f6..4dcc9ed 100644 --- a/json/BinLookupService-v40.json +++ b/json/BinLookupService-v40.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen BinLookup API", "description" : "The BIN Lookup API provides endpoints for retrieving information, such as cost estimates, and 3D Secure supported version based on a given BIN.\n\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, 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@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nThe BinLookup 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://pal-test.adyen.com/pal/servlet/BinLookup/v40/get3dsAvailability\n```## Going live\n\nTo authneticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/BinLookup/v40/get3dsAvailability\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.", - "x-timestamp" : "2022-09-23T11:29:18Z", + "x-timestamp" : "2022-11-24T10:17:09Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -38,6 +38,7 @@ "operationId" : "post-get3dsAvailability", "x-groupName" : "General", "x-sortIndex" : 0, + "x-methodName" : "checkIf3dSecureIsAvailable", "security" : [ { "BasicAuth" : [ @@ -146,6 +147,7 @@ "operationId" : "post-getCostEstimate", "x-groupName" : "General", "x-sortIndex" : 0, + "x-methodName" : "getFeesCostEstimate", "security" : [ { "BasicAuth" : [ diff --git a/json/BinLookupService-v50.json b/json/BinLookupService-v50.json index 4c5fc32..3295248 100644 --- a/json/BinLookupService-v50.json +++ b/json/BinLookupService-v50.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen BinLookup API", "description" : "The BIN Lookup API provides endpoints for retrieving information, such as cost estimates, and 3D Secure supported version based on a given BIN.\n\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, 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@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nThe BinLookup 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://pal-test.adyen.com/pal/servlet/BinLookup/v50/get3dsAvailability\n```## Going live\n\nTo authneticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/BinLookup/v50/get3dsAvailability\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.", - "x-timestamp" : "2022-09-23T11:29:18Z", + "x-timestamp" : "2022-11-24T10:17:09Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -38,6 +38,7 @@ "operationId" : "post-get3dsAvailability", "x-groupName" : "General", "x-sortIndex" : 0, + "x-methodName" : "checkIf3dSecureIsAvailable", "security" : [ { "BasicAuth" : [ @@ -146,6 +147,7 @@ "operationId" : "post-getCostEstimate", "x-groupName" : "General", "x-sortIndex" : 0, + "x-methodName" : "getFeesCostEstimate", "security" : [ { "BasicAuth" : [ diff --git a/json/BinLookupService-v52.json b/json/BinLookupService-v52.json index 88056d7..4ecbf48 100644 --- a/json/BinLookupService-v52.json +++ b/json/BinLookupService-v52.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen BinLookup API", "description" : "The BIN Lookup API provides endpoints for retrieving information, such as cost estimates, and 3D Secure supported version based on a given BIN.\n\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, 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@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nThe BinLookup 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://pal-test.adyen.com/pal/servlet/BinLookup/v52/get3dsAvailability\n```## Going live\n\nTo authneticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/BinLookup/v52/get3dsAvailability\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.", - "x-timestamp" : "2022-09-23T11:29:19Z", + "x-timestamp" : "2022-11-24T10:17:10Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -38,6 +38,7 @@ "operationId" : "post-get3dsAvailability", "x-groupName" : "General", "x-sortIndex" : 0, + "x-methodName" : "checkIf3dSecureIsAvailable", "security" : [ { "BasicAuth" : [ @@ -146,6 +147,7 @@ "operationId" : "post-getCostEstimate", "x-groupName" : "General", "x-sortIndex" : 0, + "x-methodName" : "getFeesCostEstimate", "security" : [ { "BasicAuth" : [ diff --git a/json/BinLookupService-v53.json b/json/BinLookupService-v53.json index 201f57d..b9d7250 100644 --- a/json/BinLookupService-v53.json +++ b/json/BinLookupService-v53.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen BinLookup API", "description" : "The BIN Lookup API provides endpoints for retrieving information, such as cost estimates, and 3D Secure supported version based on a given BIN.\n\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, 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@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nThe BinLookup 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://pal-test.adyen.com/pal/servlet/BinLookup/v53/get3dsAvailability\n```## Going live\n\nTo authneticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/BinLookup/v53/get3dsAvailability\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.", - "x-timestamp" : "2022-09-23T11:29:19Z", + "x-timestamp" : "2022-11-24T10:17:10Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -38,6 +38,7 @@ "operationId" : "post-get3dsAvailability", "x-groupName" : "General", "x-sortIndex" : 0, + "x-methodName" : "checkIf3dSecureIsAvailable", "security" : [ { "BasicAuth" : [ @@ -146,6 +147,7 @@ "operationId" : "post-getCostEstimate", "x-groupName" : "General", "x-sortIndex" : 0, + "x-methodName" : "getFeesCostEstimate", "security" : [ { "BasicAuth" : [ diff --git a/json/BinLookupService-v54.json b/json/BinLookupService-v54.json index 9810c09..27f5f5e 100644 --- a/json/BinLookupService-v54.json +++ b/json/BinLookupService-v54.json @@ -10,7 +10,7 @@ "x-publicVersion" : true, "title" : "Adyen BinLookup API", "description" : "The BIN Lookup API provides endpoints for retrieving information, such as cost estimates, and 3D Secure supported version based on a given BIN.\n\n## Authentication\nYou need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API.\n\nIf using an API key, 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@Company.YOUR_COMPANY_ACCOUNT\":\"YOUR_BASIC_AUTHENTICATION_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n\n## Versioning\nThe BinLookup 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://pal-test.adyen.com/pal/servlet/BinLookup/v54/get3dsAvailability\n```## Going live\n\nTo authneticate to the live endpoints, you need an [API credential](https://docs.adyen.com/development-resources/api-credentials) from your live Customer Area.\n\nThe live endpoint URLs contain a prefix which is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/BinLookup/v54/get3dsAvailability\n```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**.", - "x-timestamp" : "2022-09-23T11:29:19Z", + "x-timestamp" : "2022-11-24T10:17:10Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -38,6 +38,7 @@ "operationId" : "post-get3dsAvailability", "x-groupName" : "General", "x-sortIndex" : 0, + "x-methodName" : "checkIf3dSecureIsAvailable", "security" : [ { "BasicAuth" : [ @@ -146,6 +147,7 @@ "operationId" : "post-getCostEstimate", "x-groupName" : "General", "x-sortIndex" : 0, + "x-methodName" : "getFeesCostEstimate", "security" : [ { "BasicAuth" : [ diff --git a/yaml/BinLookupService-v40.yaml b/yaml/BinLookupService-v40.yaml index 7475e03..e5f385a 100644 --- a/yaml/BinLookupService-v40.yaml +++ b/yaml/BinLookupService-v40.yaml @@ -22,7 +22,7 @@ info: \ is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/BinLookup/v40/get3dsAvailability\n\ ```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\ \ **API URLs** > **Prefix**." - x-timestamp: '2022-09-23T11:29:18Z' + x-timestamp: '2022-11-24T10:17:09Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -48,6 +48,7 @@ paths: operationId: post-get3dsAvailability x-groupName: General x-sortIndex: 0 + x-methodName: checkIf3dSecureIsAvailable security: - BasicAuth: [] - ApiKeyAuth: [] @@ -129,6 +130,7 @@ paths: operationId: post-getCostEstimate x-groupName: General x-sortIndex: 0 + x-methodName: getFeesCostEstimate security: - BasicAuth: [] - ApiKeyAuth: [] diff --git a/yaml/BinLookupService-v50.yaml b/yaml/BinLookupService-v50.yaml index ca3cc17..ba6e456 100644 --- a/yaml/BinLookupService-v50.yaml +++ b/yaml/BinLookupService-v50.yaml @@ -22,7 +22,7 @@ info: \ is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/BinLookup/v50/get3dsAvailability\n\ ```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\ \ **API URLs** > **Prefix**." - x-timestamp: '2022-09-23T11:29:18Z' + x-timestamp: '2022-11-24T10:17:09Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -48,6 +48,7 @@ paths: operationId: post-get3dsAvailability x-groupName: General x-sortIndex: 0 + x-methodName: checkIf3dSecureIsAvailable security: - BasicAuth: [] - ApiKeyAuth: [] @@ -129,6 +130,7 @@ paths: operationId: post-getCostEstimate x-groupName: General x-sortIndex: 0 + x-methodName: getFeesCostEstimate security: - BasicAuth: [] - ApiKeyAuth: [] diff --git a/yaml/BinLookupService-v52.yaml b/yaml/BinLookupService-v52.yaml index d095085..8b24714 100644 --- a/yaml/BinLookupService-v52.yaml +++ b/yaml/BinLookupService-v52.yaml @@ -22,7 +22,7 @@ info: \ is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/BinLookup/v52/get3dsAvailability\n\ ```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\ \ **API URLs** > **Prefix**." - x-timestamp: '2022-09-23T11:29:19Z' + x-timestamp: '2022-11-24T10:17:10Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -48,6 +48,7 @@ paths: operationId: post-get3dsAvailability x-groupName: General x-sortIndex: 0 + x-methodName: checkIf3dSecureIsAvailable security: - BasicAuth: [] - ApiKeyAuth: [] @@ -129,6 +130,7 @@ paths: operationId: post-getCostEstimate x-groupName: General x-sortIndex: 0 + x-methodName: getFeesCostEstimate security: - BasicAuth: [] - ApiKeyAuth: [] diff --git a/yaml/BinLookupService-v53.yaml b/yaml/BinLookupService-v53.yaml index 763b8b1..fb2c71f 100644 --- a/yaml/BinLookupService-v53.yaml +++ b/yaml/BinLookupService-v53.yaml @@ -22,7 +22,7 @@ info: \ is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/BinLookup/v53/get3dsAvailability\n\ ```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\ \ **API URLs** > **Prefix**." - x-timestamp: '2022-09-23T11:29:19Z' + x-timestamp: '2022-11-24T10:17:10Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -48,6 +48,7 @@ paths: operationId: post-get3dsAvailability x-groupName: General x-sortIndex: 0 + x-methodName: checkIf3dSecureIsAvailable security: - BasicAuth: [] - ApiKeyAuth: [] @@ -129,6 +130,7 @@ paths: operationId: post-getCostEstimate x-groupName: General x-sortIndex: 0 + x-methodName: getFeesCostEstimate security: - BasicAuth: [] - ApiKeyAuth: [] diff --git a/yaml/BinLookupService-v54.yaml b/yaml/BinLookupService-v54.yaml index 42aaadf..a074692 100644 --- a/yaml/BinLookupService-v54.yaml +++ b/yaml/BinLookupService-v54.yaml @@ -22,7 +22,7 @@ info: \ is unique to your company account:\n```\n\nhttps://{PREFIX}-pal-live.adyenpayments.com/pal/servlet/BinLookup/v54/get3dsAvailability\n\ ```\n\nGet your `{PREFIX}` from your live Customer Area under **Developers** >\ \ **API URLs** > **Prefix**." - x-timestamp: '2022-09-23T11:29:19Z' + x-timestamp: '2022-11-24T10:17:10Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -48,6 +48,7 @@ paths: operationId: post-get3dsAvailability x-groupName: General x-sortIndex: 0 + x-methodName: checkIf3dSecureIsAvailable security: - BasicAuth: [] - ApiKeyAuth: [] @@ -129,6 +130,7 @@ paths: operationId: post-getCostEstimate x-groupName: General x-sortIndex: 0 + x-methodName: getFeesCostEstimate security: - BasicAuth: [] - ApiKeyAuth: []