From 279c4e893adc00d25104bea52d386be56530f321 Mon Sep 17 00:00:00 2001 From: Adyen Automation Date: Wed, 19 Apr 2023 09:33:50 +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 b0d62d8..8f74cc1 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-20T18:23:06Z", + "x-timestamp" : "2023-04-11T19:24:00Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -659,10 +659,10 @@ "post-get3dsAvailability-get3dsAvailability-200" : { "summary" : "Example response for request 'get3dsAvailability'", "value" : { - "threeDS1Supported" : "true", + "threeDS1Supported" : true, "threeDS2CardRangeDetails" : [ ], - "threeDS2supported" : "false" + "threeDS2supported" : false } }, "post-getCostEstimate-getCostEstimate" : { diff --git a/json/BinLookupService-v50.json b/json/BinLookupService-v50.json index d92cda4..bf4b678 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-20T18:23:06Z", + "x-timestamp" : "2023-04-11T19:23:59Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -681,10 +681,10 @@ "post-get3dsAvailability-get3dsAvailability-200" : { "summary" : "Example response for request 'get3dsAvailability'", "value" : { - "threeDS1Supported" : "true", + "threeDS1Supported" : true, "threeDS2CardRangeDetails" : [ ], - "threeDS2supported" : "false" + "threeDS2supported" : false } }, "post-getCostEstimate-getCostEstimate" : { diff --git a/json/BinLookupService-v52.json b/json/BinLookupService-v52.json index e032b79..8c77b54 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-20T18:23:07Z", + "x-timestamp" : "2023-04-11T19:23:59Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -694,10 +694,10 @@ "post-get3dsAvailability-get3dsAvailability-200" : { "summary" : "Example response for request 'get3dsAvailability'", "value" : { - "threeDS1Supported" : "true", + "threeDS1Supported" : true, "threeDS2CardRangeDetails" : [ ], - "threeDS2supported" : "false" + "threeDS2supported" : false } }, "post-getCostEstimate-getCostEstimate" : { diff --git a/json/BinLookupService-v53.json b/json/BinLookupService-v53.json index dc252a3..f4304eb 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-20T18:23:07Z", + "x-timestamp" : "2023-04-11T19:23:59Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -698,10 +698,10 @@ "post-get3dsAvailability-get3dsAvailability-200" : { "summary" : "Example response for request 'get3dsAvailability'", "value" : { - "threeDS1Supported" : "true", + "threeDS1Supported" : true, "threeDS2CardRangeDetails" : [ ], - "threeDS2supported" : "false" + "threeDS2supported" : false } }, "post-getCostEstimate-getCostEstimate" : { diff --git a/json/BinLookupService-v54.json b/json/BinLookupService-v54.json index 83445b2..1659693 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-20T18:23:07Z", + "x-timestamp" : "2023-04-11T19:23:59Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -703,10 +703,10 @@ "post-get3dsAvailability-get3dsAvailability-200" : { "summary" : "Example response for request 'get3dsAvailability'", "value" : { - "threeDS1Supported" : "true", + "threeDS1Supported" : true, "threeDS2CardRangeDetails" : [ ], - "threeDS2supported" : "false" + "threeDS2supported" : false } }, "post-getCostEstimate-getCostEstimate" : { diff --git a/yaml/BinLookupService-v40.yaml b/yaml/BinLookupService-v40.yaml index 3ceb300..013faa9 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-20T18:23:06Z' + x-timestamp: '2023-04-11T19:24:00Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -627,9 +627,9 @@ components: post-get3dsAvailability-get3dsAvailability-200: summary: Example response for request 'get3dsAvailability' value: - threeDS1Supported: 'true' + threeDS1Supported: true threeDS2CardRangeDetails: [] - threeDS2supported: 'false' + threeDS2supported: false post-getCostEstimate-getCostEstimate: summary: Estimate the transaction cost description: Example request to get the estimated cost of a transaction diff --git a/yaml/BinLookupService-v50.yaml b/yaml/BinLookupService-v50.yaml index 1bdd79a..ec33c88 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-20T18:23:06Z' + x-timestamp: '2023-04-11T19:23:59Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -645,9 +645,9 @@ components: post-get3dsAvailability-get3dsAvailability-200: summary: Example response for request 'get3dsAvailability' value: - threeDS1Supported: 'true' + threeDS1Supported: true threeDS2CardRangeDetails: [] - threeDS2supported: 'false' + threeDS2supported: false post-getCostEstimate-getCostEstimate: summary: Estimate the transaction cost description: Example request to get the estimated cost of a transaction diff --git a/yaml/BinLookupService-v52.yaml b/yaml/BinLookupService-v52.yaml index 305d5b8..ce41453 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-20T18:23:07Z' + x-timestamp: '2023-04-11T19:23:59Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -665,9 +665,9 @@ components: post-get3dsAvailability-get3dsAvailability-200: summary: Example response for request 'get3dsAvailability' value: - threeDS1Supported: 'true' + threeDS1Supported: true threeDS2CardRangeDetails: [] - threeDS2supported: 'false' + threeDS2supported: false post-getCostEstimate-getCostEstimate: summary: Estimate the transaction cost description: Example request to get the estimated cost of a transaction diff --git a/yaml/BinLookupService-v53.yaml b/yaml/BinLookupService-v53.yaml index 5443c07..7faf1e9 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-20T18:23:07Z' + x-timestamp: '2023-04-11T19:23:59Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -668,9 +668,9 @@ components: post-get3dsAvailability-get3dsAvailability-200: summary: Example response for request 'get3dsAvailability' value: - threeDS1Supported: 'true' + threeDS1Supported: true threeDS2CardRangeDetails: [] - threeDS2supported: 'false' + threeDS2supported: false post-getCostEstimate-getCostEstimate: summary: Estimate the transaction cost description: Example request to get the estimated cost of a transaction diff --git a/yaml/BinLookupService-v54.yaml b/yaml/BinLookupService-v54.yaml index 92318a2..8992e56 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-20T18:23:07Z' + x-timestamp: '2023-04-11T19:23:59Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -673,9 +673,9 @@ components: post-get3dsAvailability-get3dsAvailability-200: summary: Example response for request 'get3dsAvailability' value: - threeDS1Supported: 'true' + threeDS1Supported: true threeDS2CardRangeDetails: [] - threeDS2supported: 'false' + threeDS2supported: false post-getCostEstimate-getCostEstimate: summary: Estimate the transaction cost description: Example request to get the estimated cost of a transaction