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" : "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" : [
|
||||
|
||||
@@ -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" : [
|
||||
|
||||
@@ -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" : [
|
||||
|
||||
@@ -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" : [
|
||||
|
||||
@@ -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" : [
|
||||
|
||||
@@ -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: []
|
||||
|
||||
@@ -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: []
|
||||
|
||||
@@ -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: []
|
||||
|
||||
@@ -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: []
|
||||
|
||||
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user