From dd66b424eb156fd1ab5c8ea51c23d1c2ade28dac Mon Sep 17 00:00:00 2001 From: Adyen Automation Date: Thu, 16 Feb 2023 11:03:11 +0000 Subject: [PATCH] spec release --- json/BinLookupService-v40.json | 6 +++--- json/BinLookupService-v50.json | 6 +++--- json/BinLookupService-v52.json | 6 +++--- json/BinLookupService-v53.json | 6 +++--- json/BinLookupService-v54.json | 6 +++--- yaml/BinLookupService-v40.yaml | 6 +++--- yaml/BinLookupService-v50.yaml | 6 +++--- yaml/BinLookupService-v52.yaml | 6 +++--- yaml/BinLookupService-v53.yaml | 6 +++--- yaml/BinLookupService-v54.yaml | 6 +++--- 10 files changed, 30 insertions(+), 30 deletions(-) diff --git a/json/BinLookupService-v40.json b/json/BinLookupService-v40.json index 5172adc..a2e0814 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" : "2023-02-09T20:21:24Z", + "x-timestamp" : "2023-02-16T11:25:26Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -38,7 +38,7 @@ "operationId" : "post-get3dsAvailability", "x-groupName" : "General", "x-sortIndex" : 0, - "x-methodName" : "checkIf3dSecureIsAvailable", + "x-methodName" : "get3dsAvailability", "security" : [ { "BasicAuth" : [ @@ -147,7 +147,7 @@ "operationId" : "post-getCostEstimate", "x-groupName" : "General", "x-sortIndex" : 0, - "x-methodName" : "getFeesCostEstimate", + "x-methodName" : "getCostEstimate", "security" : [ { "BasicAuth" : [ diff --git a/json/BinLookupService-v50.json b/json/BinLookupService-v50.json index 92c8785..1e5edf6 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" : "2023-02-09T20:21:25Z", + "x-timestamp" : "2023-02-16T11:25:26Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -38,7 +38,7 @@ "operationId" : "post-get3dsAvailability", "x-groupName" : "General", "x-sortIndex" : 0, - "x-methodName" : "checkIf3dSecureIsAvailable", + "x-methodName" : "get3dsAvailability", "security" : [ { "BasicAuth" : [ @@ -147,7 +147,7 @@ "operationId" : "post-getCostEstimate", "x-groupName" : "General", "x-sortIndex" : 0, - "x-methodName" : "getFeesCostEstimate", + "x-methodName" : "getCostEstimate", "security" : [ { "BasicAuth" : [ diff --git a/json/BinLookupService-v52.json b/json/BinLookupService-v52.json index bf346c4..ba09bce 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" : "2023-02-09T20:21:25Z", + "x-timestamp" : "2023-02-16T11:25:26Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -38,7 +38,7 @@ "operationId" : "post-get3dsAvailability", "x-groupName" : "General", "x-sortIndex" : 0, - "x-methodName" : "checkIf3dSecureIsAvailable", + "x-methodName" : "get3dsAvailability", "security" : [ { "BasicAuth" : [ @@ -147,7 +147,7 @@ "operationId" : "post-getCostEstimate", "x-groupName" : "General", "x-sortIndex" : 0, - "x-methodName" : "getFeesCostEstimate", + "x-methodName" : "getCostEstimate", "security" : [ { "BasicAuth" : [ diff --git a/json/BinLookupService-v53.json b/json/BinLookupService-v53.json index 30b0323..4790675 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" : "2023-02-09T20:21:25Z", + "x-timestamp" : "2023-02-16T11:25:26Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -38,7 +38,7 @@ "operationId" : "post-get3dsAvailability", "x-groupName" : "General", "x-sortIndex" : 0, - "x-methodName" : "checkIf3dSecureIsAvailable", + "x-methodName" : "get3dsAvailability", "security" : [ { "BasicAuth" : [ @@ -147,7 +147,7 @@ "operationId" : "post-getCostEstimate", "x-groupName" : "General", "x-sortIndex" : 0, - "x-methodName" : "getFeesCostEstimate", + "x-methodName" : "getCostEstimate", "security" : [ { "BasicAuth" : [ diff --git a/json/BinLookupService-v54.json b/json/BinLookupService-v54.json index 11fdcd7..a8504a4 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" : "2023-02-09T20:21:25Z", + "x-timestamp" : "2023-02-16T11:25:26Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -38,7 +38,7 @@ "operationId" : "post-get3dsAvailability", "x-groupName" : "General", "x-sortIndex" : 0, - "x-methodName" : "checkIf3dSecureIsAvailable", + "x-methodName" : "get3dsAvailability", "security" : [ { "BasicAuth" : [ @@ -147,7 +147,7 @@ "operationId" : "post-getCostEstimate", "x-groupName" : "General", "x-sortIndex" : 0, - "x-methodName" : "getFeesCostEstimate", + "x-methodName" : "getCostEstimate", "security" : [ { "BasicAuth" : [ diff --git a/yaml/BinLookupService-v40.yaml b/yaml/BinLookupService-v40.yaml index f7f4a28..c9c6c33 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: '2023-02-09T20:21:24Z' + x-timestamp: '2023-02-16T11:25:26Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -48,7 +48,7 @@ paths: operationId: post-get3dsAvailability x-groupName: General x-sortIndex: 0 - x-methodName: checkIf3dSecureIsAvailable + x-methodName: get3dsAvailability security: - BasicAuth: [] - ApiKeyAuth: [] @@ -130,7 +130,7 @@ paths: operationId: post-getCostEstimate x-groupName: General x-sortIndex: 0 - x-methodName: getFeesCostEstimate + x-methodName: getCostEstimate security: - BasicAuth: [] - ApiKeyAuth: [] diff --git a/yaml/BinLookupService-v50.yaml b/yaml/BinLookupService-v50.yaml index 09a15d2..0a57268 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: '2023-02-09T20:21:25Z' + x-timestamp: '2023-02-16T11:25:26Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -48,7 +48,7 @@ paths: operationId: post-get3dsAvailability x-groupName: General x-sortIndex: 0 - x-methodName: checkIf3dSecureIsAvailable + x-methodName: get3dsAvailability security: - BasicAuth: [] - ApiKeyAuth: [] @@ -130,7 +130,7 @@ paths: operationId: post-getCostEstimate x-groupName: General x-sortIndex: 0 - x-methodName: getFeesCostEstimate + x-methodName: getCostEstimate security: - BasicAuth: [] - ApiKeyAuth: [] diff --git a/yaml/BinLookupService-v52.yaml b/yaml/BinLookupService-v52.yaml index 57c511e..29a42c7 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: '2023-02-09T20:21:25Z' + x-timestamp: '2023-02-16T11:25:26Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -48,7 +48,7 @@ paths: operationId: post-get3dsAvailability x-groupName: General x-sortIndex: 0 - x-methodName: checkIf3dSecureIsAvailable + x-methodName: get3dsAvailability security: - BasicAuth: [] - ApiKeyAuth: [] @@ -130,7 +130,7 @@ paths: operationId: post-getCostEstimate x-groupName: General x-sortIndex: 0 - x-methodName: getFeesCostEstimate + x-methodName: getCostEstimate security: - BasicAuth: [] - ApiKeyAuth: [] diff --git a/yaml/BinLookupService-v53.yaml b/yaml/BinLookupService-v53.yaml index 8a0324f..9b743a8 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: '2023-02-09T20:21:25Z' + x-timestamp: '2023-02-16T11:25:26Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -48,7 +48,7 @@ paths: operationId: post-get3dsAvailability x-groupName: General x-sortIndex: 0 - x-methodName: checkIf3dSecureIsAvailable + x-methodName: get3dsAvailability security: - BasicAuth: [] - ApiKeyAuth: [] @@ -130,7 +130,7 @@ paths: operationId: post-getCostEstimate x-groupName: General x-sortIndex: 0 - x-methodName: getFeesCostEstimate + x-methodName: getCostEstimate security: - BasicAuth: [] - ApiKeyAuth: [] diff --git a/yaml/BinLookupService-v54.yaml b/yaml/BinLookupService-v54.yaml index e700b2f..a1ba1ff 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: '2023-02-09T20:21:25Z' + x-timestamp: '2023-02-16T11:25:26Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -48,7 +48,7 @@ paths: operationId: post-get3dsAvailability x-groupName: General x-sortIndex: 0 - x-methodName: checkIf3dSecureIsAvailable + x-methodName: get3dsAvailability security: - BasicAuth: [] - ApiKeyAuth: [] @@ -130,7 +130,7 @@ paths: operationId: post-getCostEstimate x-groupName: General x-sortIndex: 0 - x-methodName: getFeesCostEstimate + x-methodName: getCostEstimate security: - BasicAuth: [] - ApiKeyAuth: []