diff --git a/json/LegalEntityService-v1.json b/json/LegalEntityService-v1.json index 6256be7..9887125 100644 --- a/json/LegalEntityService-v1.json +++ b/json/LegalEntityService-v1.json @@ -2,7 +2,7 @@ "openapi" : "3.1.0", "servers" : [ { - "url" : "https://kyc-test.adyen.com/lem/v1" + "url" : "https://balanceplatform-api-test.adyen.com/lem/v1" } ], "info" : { @@ -52,6 +52,10 @@ "x-sortIndex" : 12, "x-methodName" : "createBusinessLine", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -162,6 +166,10 @@ "x-sortIndex" : 14, "x-methodName" : "deleteBusinessLine", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -249,6 +257,10 @@ "x-sortIndex" : 13, "x-methodName" : "getBusinessLine", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -350,6 +362,10 @@ "x-sortIndex" : 4, "x-methodName" : "uploadDocumentForVerificationChecks", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -465,6 +481,10 @@ "x-sortIndex" : 7, "x-methodName" : "deleteDocument", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -552,6 +572,10 @@ "x-sortIndex" : 5, "x-methodName" : "getDocument", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -660,6 +684,10 @@ "x-sortIndex" : 6, "x-methodName" : "updateDocument", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -784,6 +812,10 @@ "x-sortIndex" : 1, "x-methodName" : "createLegalEntity", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -917,6 +949,10 @@ "x-sortIndex" : 2, "x-methodName" : "getLegalEntity", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1016,6 +1052,10 @@ "x-sortIndex" : 3, "x-methodName" : "updateLegalEntity", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1146,6 +1186,10 @@ "x-sortIndex" : 4, "x-methodName" : "getAllBusinessLinesUnderLegalEntity", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1247,6 +1291,10 @@ "x-sortIndex" : 1, "x-methodName" : "getLinkToAdyenhostedOnboardingPage", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1362,6 +1410,10 @@ "x-sortIndex" : 3, "x-methodName" : "getPciQuestionnaireDetails", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1463,6 +1515,10 @@ "x-sortIndex" : 1, "x-methodName" : "generatePciQuestionnaire", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1578,6 +1634,10 @@ "x-sortIndex" : 2, "x-methodName" : "signPciQuestionnaire", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1693,6 +1753,10 @@ "x-sortIndex" : 4, "x-methodName" : "getPciQuestionnaire", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1803,6 +1867,10 @@ "x-sortIndex" : 1, "x-methodName" : "getTermsOfServiceDocument", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1918,6 +1986,10 @@ "x-sortIndex" : 2, "x-methodName" : "acceptTermsOfService", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2042,6 +2114,10 @@ "x-sortIndex" : 3, "x-methodName" : "getTermsOfServiceInformationForLegalEntity", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2143,6 +2219,10 @@ "x-sortIndex" : 4, "x-methodName" : "getTermsOfServiceStatus", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2244,6 +2324,10 @@ "x-sortIndex" : 2, "x-methodName" : "listHostedOnboardingPageThemes", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2334,6 +2418,10 @@ "x-sortIndex" : 4, "x-methodName" : "getOnboardingLinkTheme", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2435,6 +2523,10 @@ "x-sortIndex" : 8, "x-methodName" : "createTransferInstrument", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2556,6 +2648,10 @@ "x-sortIndex" : 11, "x-methodName" : "deleteTransferInstrument", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2643,6 +2739,10 @@ "x-sortIndex" : 9, "x-methodName" : "getTransferInstrument", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2742,6 +2842,10 @@ "x-sortIndex" : 10, "x-methodName" : "updateTransferInstrument", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -4772,6 +4876,11 @@ "BasicAuth" : { "scheme" : "basic", "type" : "http" + }, + "clientKey" : { + "in" : "query", + "name" : "clientKey", + "type" : "apiKey" } }, "examples" : { diff --git a/json/LegalEntityService-v2.json b/json/LegalEntityService-v2.json index 048b84f..46a6b3e 100644 --- a/json/LegalEntityService-v2.json +++ b/json/LegalEntityService-v2.json @@ -2,7 +2,7 @@ "openapi" : "3.1.0", "servers" : [ { - "url" : "https://kyc-test.adyen.com/lem/v2" + "url" : "https://balanceplatform-api-test.adyen.com/lem/v2" } ], "info" : { @@ -52,6 +52,10 @@ "x-sortIndex" : 12, "x-methodName" : "createBusinessLine", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -156,6 +160,10 @@ "x-sortIndex" : 14, "x-methodName" : "deleteBusinessLine", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -243,6 +251,10 @@ "x-sortIndex" : 13, "x-methodName" : "getBusinessLine", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -342,6 +354,10 @@ "x-sortIndex" : 15, "x-methodName" : "updateBusinessLine", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -457,6 +473,10 @@ "x-sortIndex" : 4, "x-methodName" : "uploadDocumentForVerificationChecks", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -572,6 +592,10 @@ "x-sortIndex" : 7, "x-methodName" : "deleteDocument", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -659,6 +683,10 @@ "x-sortIndex" : 5, "x-methodName" : "getDocument", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -767,6 +795,10 @@ "x-sortIndex" : 6, "x-methodName" : "updateDocument", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -891,6 +923,10 @@ "x-sortIndex" : 1, "x-methodName" : "createLegalEntity", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1042,6 +1078,10 @@ "x-sortIndex" : 2, "x-methodName" : "getLegalEntity", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1141,6 +1181,10 @@ "x-sortIndex" : 3, "x-methodName" : "updateLegalEntity", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1289,6 +1333,10 @@ "x-sortIndex" : 4, "x-methodName" : "getAllBusinessLinesUnderLegalEntity", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1390,6 +1438,10 @@ "x-sortIndex" : 1, "x-methodName" : "getLinkToAdyenhostedOnboardingPage", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1505,6 +1557,10 @@ "x-sortIndex" : 3, "x-methodName" : "getPciQuestionnaireDetails", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1606,6 +1662,10 @@ "x-sortIndex" : 1, "x-methodName" : "generatePciQuestionnaire", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1721,6 +1781,10 @@ "x-sortIndex" : 2, "x-methodName" : "signPciQuestionnaire", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1836,6 +1900,10 @@ "x-sortIndex" : 4, "x-methodName" : "getPciQuestionnaire", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1946,6 +2014,10 @@ "x-sortIndex" : 1, "x-methodName" : "getTermsOfServiceDocument", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2061,6 +2133,10 @@ "x-sortIndex" : 2, "x-methodName" : "acceptTermsOfService", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2185,6 +2261,10 @@ "x-sortIndex" : 3, "x-methodName" : "getTermsOfServiceInformationForLegalEntity", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2286,6 +2366,10 @@ "x-sortIndex" : 4, "x-methodName" : "getTermsOfServiceStatus", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2387,6 +2471,10 @@ "x-sortIndex" : 2, "x-methodName" : "listHostedOnboardingPageThemes", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2477,6 +2565,10 @@ "x-sortIndex" : 4, "x-methodName" : "getOnboardingLinkTheme", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2578,6 +2670,10 @@ "x-sortIndex" : 8, "x-methodName" : "createTransferInstrument", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2699,6 +2795,10 @@ "x-sortIndex" : 11, "x-methodName" : "deleteTransferInstrument", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2786,6 +2886,10 @@ "x-sortIndex" : 9, "x-methodName" : "getTransferInstrument", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2885,6 +2989,10 @@ "x-sortIndex" : 10, "x-methodName" : "updateTransferInstrument", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -5279,6 +5387,11 @@ "BasicAuth" : { "scheme" : "basic", "type" : "http" + }, + "clientKey" : { + "in" : "query", + "name" : "clientKey", + "type" : "apiKey" } }, "examples" : { diff --git a/json/LegalEntityService-v3.json b/json/LegalEntityService-v3.json index eab500c..419929b 100644 --- a/json/LegalEntityService-v3.json +++ b/json/LegalEntityService-v3.json @@ -2,7 +2,7 @@ "openapi" : "3.1.0", "servers" : [ { - "url" : "https://kyc-test.adyen.com/lem/v3" + "url" : "https://balanceplatform-api-test.adyen.com/lem/v3" } ], "info" : { @@ -52,6 +52,10 @@ "x-sortIndex" : 12, "x-methodName" : "createBusinessLine", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -162,6 +166,10 @@ "x-sortIndex" : 14, "x-methodName" : "deleteBusinessLine", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -249,6 +257,10 @@ "x-sortIndex" : 13, "x-methodName" : "getBusinessLine", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -348,6 +360,10 @@ "x-sortIndex" : 15, "x-methodName" : "updateBusinessLine", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -463,6 +479,10 @@ "x-sortIndex" : 4, "x-methodName" : "uploadDocumentForVerificationChecks", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -578,6 +598,10 @@ "x-sortIndex" : 7, "x-methodName" : "deleteDocument", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -665,6 +689,10 @@ "x-sortIndex" : 5, "x-methodName" : "getDocument", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -773,6 +801,10 @@ "x-sortIndex" : 6, "x-methodName" : "updateDocument", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -897,6 +929,10 @@ "x-sortIndex" : 1, "x-methodName" : "createLegalEntity", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1048,6 +1084,10 @@ "x-sortIndex" : 2, "x-methodName" : "getLegalEntity", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1147,6 +1187,10 @@ "x-sortIndex" : 3, "x-methodName" : "updateLegalEntity", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1295,6 +1339,10 @@ "x-sortIndex" : 4, "x-methodName" : "getAllBusinessLinesUnderLegalEntity", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1396,6 +1444,10 @@ "x-sortIndex" : 2, "x-methodName" : "checkLegalEntitysVerificationErrors", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1497,6 +1549,10 @@ "x-sortIndex" : 22, "x-methodName" : "confirmDataReview", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1598,6 +1654,10 @@ "x-sortIndex" : 1, "x-methodName" : "getLinkToAdyenhostedOnboardingPage", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1713,6 +1773,10 @@ "x-sortIndex" : 3, "x-methodName" : "getPciQuestionnaireDetails", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1814,6 +1878,10 @@ "x-sortIndex" : 1, "x-methodName" : "generatePciQuestionnaire", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -1929,6 +1997,10 @@ "x-sortIndex" : 2, "x-methodName" : "signPciQuestionnaire", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2044,6 +2116,10 @@ "x-sortIndex" : 4, "x-methodName" : "getPciQuestionnaire", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2154,6 +2230,10 @@ "x-sortIndex" : 1, "x-methodName" : "getTermsOfServiceDocument", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2269,6 +2349,10 @@ "x-sortIndex" : 2, "x-methodName" : "acceptTermsOfService", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2393,6 +2477,10 @@ "x-sortIndex" : 3, "x-methodName" : "getTermsOfServiceInformationForLegalEntity", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2494,6 +2582,10 @@ "x-sortIndex" : 4, "x-methodName" : "getTermsOfServiceStatus", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2595,6 +2687,10 @@ "x-sortIndex" : 2, "x-methodName" : "listHostedOnboardingPageThemes", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2685,6 +2781,10 @@ "x-sortIndex" : 4, "x-methodName" : "getOnboardingLinkTheme", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2786,6 +2886,10 @@ "x-sortIndex" : 8, "x-methodName" : "createTransferInstrument", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2907,6 +3011,10 @@ "x-sortIndex" : 11, "x-methodName" : "deleteTransferInstrument", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -2994,6 +3102,10 @@ "x-sortIndex" : 9, "x-methodName" : "getTransferInstrument", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -3093,6 +3205,10 @@ "x-sortIndex" : 10, "x-methodName" : "updateTransferInstrument", "security" : [ + { + "clientKey" : [ + ] + }, { "BasicAuth" : [ ] @@ -6177,6 +6293,11 @@ "BasicAuth" : { "scheme" : "basic", "type" : "http" + }, + "clientKey" : { + "in" : "query", + "name" : "clientKey", + "type" : "apiKey" } }, "examples" : { diff --git a/yaml/LegalEntityService-v1.yaml b/yaml/LegalEntityService-v1.yaml index 70d1f37..9db1599 100644 --- a/yaml/LegalEntityService-v1.yaml +++ b/yaml/LegalEntityService-v1.yaml @@ -1,6 +1,6 @@ openapi: 3.1.0 servers: -- url: https://kyc-test.adyen.com/lem/v1 +- url: https://balanceplatform-api-test.adyen.com/lem/v1 info: version: '1' x-publicVersion: true @@ -48,6 +48,7 @@ paths: x-sortIndex: 12 x-methodName: createBusinessLine security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -116,6 +117,7 @@ paths: x-sortIndex: 14 x-methodName: deleteBusinessLine security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -169,6 +171,7 @@ paths: x-sortIndex: 13 x-methodName: getBusinessLine security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -234,6 +237,7 @@ paths: x-sortIndex: 4 x-methodName: uploadDocumentForVerificationChecks security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -304,6 +308,7 @@ paths: x-sortIndex: 7 x-methodName: deleteDocument security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -357,6 +362,7 @@ paths: x-sortIndex: 5 x-methodName: getDocument security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -423,6 +429,7 @@ paths: x-sortIndex: 6 x-methodName: updateDocument security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -503,6 +510,7 @@ paths: x-sortIndex: 1 x-methodName: createLegalEntity security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -585,6 +593,7 @@ paths: x-sortIndex: 2 x-methodName: getLegalEntity security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -648,6 +657,7 @@ paths: x-sortIndex: 3 x-methodName: updateLegalEntity security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -728,6 +738,7 @@ paths: x-sortIndex: 4 x-methodName: getAllBusinessLinesUnderLegalEntity security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -792,6 +803,7 @@ paths: x-sortIndex: 1 x-methodName: getLinkToAdyenhostedOnboardingPage security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -860,6 +872,7 @@ paths: x-sortIndex: 3 x-methodName: getPciQuestionnaireDetails security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -921,6 +934,7 @@ paths: x-sortIndex: 1 x-methodName: generatePciQuestionnaire security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -990,6 +1004,7 @@ paths: x-sortIndex: 2 x-methodName: signPciQuestionnaire security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -1059,6 +1074,7 @@ paths: x-sortIndex: 4 x-methodName: getPciQuestionnaire security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -1125,6 +1141,7 @@ paths: x-sortIndex: 1 x-methodName: getTermsOfServiceDocument security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -1194,6 +1211,7 @@ paths: x-sortIndex: 2 x-methodName: acceptTermsOfService security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -1269,6 +1287,7 @@ paths: x-sortIndex: 3 x-methodName: getTermsOfServiceInformationForLegalEntity security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -1331,6 +1350,7 @@ paths: x-sortIndex: 4 x-methodName: getTermsOfServiceStatus security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -1395,6 +1415,7 @@ paths: x-sortIndex: 2 x-methodName: listHostedOnboardingPageThemes security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] responses: @@ -1448,6 +1469,7 @@ paths: x-sortIndex: 4 x-methodName: getOnboardingLinkTheme security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -1514,6 +1536,7 @@ paths: x-sortIndex: 8 x-methodName: createTransferInstrument security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -1588,6 +1611,7 @@ paths: x-sortIndex: 11 x-methodName: deleteTransferInstrument security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -1641,6 +1665,7 @@ paths: x-sortIndex: 9 x-methodName: getTransferInstrument security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -1700,6 +1725,7 @@ paths: x-sortIndex: 10 x-methodName: updateTransferInstrument security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -3660,6 +3686,10 @@ components: BasicAuth: scheme: basic type: http + clientKey: + in: query + name: clientKey + type: apiKey examples: get-businessLines-id-success-200: summary: Details of a business line diff --git a/yaml/LegalEntityService-v2.yaml b/yaml/LegalEntityService-v2.yaml index 78381d2..450dcd8 100644 --- a/yaml/LegalEntityService-v2.yaml +++ b/yaml/LegalEntityService-v2.yaml @@ -1,6 +1,6 @@ openapi: 3.1.0 servers: -- url: https://kyc-test.adyen.com/lem/v2 +- url: https://balanceplatform-api-test.adyen.com/lem/v2 info: version: '2' x-publicVersion: true @@ -48,6 +48,7 @@ paths: x-sortIndex: 12 x-methodName: createBusinessLine security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -112,6 +113,7 @@ paths: x-sortIndex: 14 x-methodName: deleteBusinessLine security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -165,6 +167,7 @@ paths: x-sortIndex: 13 x-methodName: getBusinessLine security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -224,6 +227,7 @@ paths: x-sortIndex: 15 x-methodName: updateBusinessLine security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -297,6 +301,7 @@ paths: x-sortIndex: 4 x-methodName: uploadDocumentForVerificationChecks security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -367,6 +372,7 @@ paths: x-sortIndex: 7 x-methodName: deleteDocument security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -420,6 +426,7 @@ paths: x-sortIndex: 5 x-methodName: getDocument security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -486,6 +493,7 @@ paths: x-sortIndex: 6 x-methodName: updateDocument security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -566,6 +574,7 @@ paths: x-sortIndex: 1 x-methodName: createLegalEntity security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -660,6 +669,7 @@ paths: x-sortIndex: 2 x-methodName: getLegalEntity security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -723,6 +733,7 @@ paths: x-sortIndex: 3 x-methodName: updateLegalEntity security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -815,6 +826,7 @@ paths: x-sortIndex: 4 x-methodName: getAllBusinessLinesUnderLegalEntity security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -879,6 +891,7 @@ paths: x-sortIndex: 1 x-methodName: getLinkToAdyenhostedOnboardingPage security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -947,6 +960,7 @@ paths: x-sortIndex: 3 x-methodName: getPciQuestionnaireDetails security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -1008,6 +1022,7 @@ paths: x-sortIndex: 1 x-methodName: generatePciQuestionnaire security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -1077,6 +1092,7 @@ paths: x-sortIndex: 2 x-methodName: signPciQuestionnaire security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -1146,6 +1162,7 @@ paths: x-sortIndex: 4 x-methodName: getPciQuestionnaire security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -1212,6 +1229,7 @@ paths: x-sortIndex: 1 x-methodName: getTermsOfServiceDocument security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -1281,6 +1299,7 @@ paths: x-sortIndex: 2 x-methodName: acceptTermsOfService security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -1356,6 +1375,7 @@ paths: x-sortIndex: 3 x-methodName: getTermsOfServiceInformationForLegalEntity security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -1418,6 +1438,7 @@ paths: x-sortIndex: 4 x-methodName: getTermsOfServiceStatus security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -1482,6 +1503,7 @@ paths: x-sortIndex: 2 x-methodName: listHostedOnboardingPageThemes security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] responses: @@ -1535,6 +1557,7 @@ paths: x-sortIndex: 4 x-methodName: getOnboardingLinkTheme security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -1601,6 +1624,7 @@ paths: x-sortIndex: 8 x-methodName: createTransferInstrument security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -1675,6 +1699,7 @@ paths: x-sortIndex: 11 x-methodName: deleteTransferInstrument security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -1728,6 +1753,7 @@ paths: x-sortIndex: 9 x-methodName: getTransferInstrument security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -1787,6 +1813,7 @@ paths: x-sortIndex: 10 x-methodName: updateTransferInstrument security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -4111,6 +4138,10 @@ components: BasicAuth: scheme: basic type: http + clientKey: + in: query + name: clientKey + type: apiKey examples: get-businessLines-id-success-200: summary: Details of a business line diff --git a/yaml/LegalEntityService-v3.yaml b/yaml/LegalEntityService-v3.yaml index 5ca8fca..f5a1027 100644 --- a/yaml/LegalEntityService-v3.yaml +++ b/yaml/LegalEntityService-v3.yaml @@ -1,6 +1,6 @@ openapi: 3.1.0 servers: -- url: https://kyc-test.adyen.com/lem/v3 +- url: https://balanceplatform-api-test.adyen.com/lem/v3 info: version: '3' x-publicVersion: true @@ -48,6 +48,7 @@ paths: x-sortIndex: 12 x-methodName: createBusinessLine security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -116,6 +117,7 @@ paths: x-sortIndex: 14 x-methodName: deleteBusinessLine security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -169,6 +171,7 @@ paths: x-sortIndex: 13 x-methodName: getBusinessLine security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -228,6 +231,7 @@ paths: x-sortIndex: 15 x-methodName: updateBusinessLine security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -301,6 +305,7 @@ paths: x-sortIndex: 4 x-methodName: uploadDocumentForVerificationChecks security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -371,6 +376,7 @@ paths: x-sortIndex: 7 x-methodName: deleteDocument security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -424,6 +430,7 @@ paths: x-sortIndex: 5 x-methodName: getDocument security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -490,6 +497,7 @@ paths: x-sortIndex: 6 x-methodName: updateDocument security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -570,6 +578,7 @@ paths: x-sortIndex: 1 x-methodName: createLegalEntity security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -664,6 +673,7 @@ paths: x-sortIndex: 2 x-methodName: getLegalEntity security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -727,6 +737,7 @@ paths: x-sortIndex: 3 x-methodName: updateLegalEntity security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -819,6 +830,7 @@ paths: x-sortIndex: 4 x-methodName: getAllBusinessLinesUnderLegalEntity security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -880,6 +892,7 @@ paths: x-sortIndex: 2 x-methodName: checkLegalEntitysVerificationErrors security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -943,6 +956,7 @@ paths: x-sortIndex: 22 x-methodName: confirmDataReview security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -1007,6 +1021,7 @@ paths: x-sortIndex: 1 x-methodName: getLinkToAdyenhostedOnboardingPage security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -1075,6 +1090,7 @@ paths: x-sortIndex: 3 x-methodName: getPciQuestionnaireDetails security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -1136,6 +1152,7 @@ paths: x-sortIndex: 1 x-methodName: generatePciQuestionnaire security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -1205,6 +1222,7 @@ paths: x-sortIndex: 2 x-methodName: signPciQuestionnaire security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -1274,6 +1292,7 @@ paths: x-sortIndex: 4 x-methodName: getPciQuestionnaire security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -1340,6 +1359,7 @@ paths: x-sortIndex: 1 x-methodName: getTermsOfServiceDocument security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -1409,6 +1429,7 @@ paths: x-sortIndex: 2 x-methodName: acceptTermsOfService security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -1484,6 +1505,7 @@ paths: x-sortIndex: 3 x-methodName: getTermsOfServiceInformationForLegalEntity security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -1546,6 +1568,7 @@ paths: x-sortIndex: 4 x-methodName: getTermsOfServiceStatus security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -1610,6 +1633,7 @@ paths: x-sortIndex: 2 x-methodName: listHostedOnboardingPageThemes security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] responses: @@ -1663,6 +1687,7 @@ paths: x-sortIndex: 4 x-methodName: getOnboardingLinkTheme security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -1729,6 +1754,7 @@ paths: x-sortIndex: 8 x-methodName: createTransferInstrument security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -1803,6 +1829,7 @@ paths: x-sortIndex: 11 x-methodName: deleteTransferInstrument security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -1856,6 +1883,7 @@ paths: x-sortIndex: 9 x-methodName: getTransferInstrument security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] parameters: @@ -1915,6 +1943,7 @@ paths: x-sortIndex: 10 x-methodName: updateTransferInstrument security: + - clientKey: [] - BasicAuth: [] - ApiKeyAuth: [] requestBody: @@ -4826,6 +4855,10 @@ components: BasicAuth: scheme: basic type: http + clientKey: + in: query + name: clientKey + type: apiKey examples: get-businessLines-id-success-200: summary: Details of a business line