spec release

This commit is contained in:
Adyen Automation
2023-02-16 11:03:11 +00:00
parent ae65ce6564
commit dd66b424eb
10 changed files with 30 additions and 30 deletions

View File

@@ -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" : [

View File

@@ -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" : [

View File

@@ -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" : [

View File

@@ -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" : [

View File

@@ -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" : [

View File

@@ -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: []

View File

@@ -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: []

View File

@@ -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: []

View File

@@ -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: []

View File

@@ -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: []