Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Dec 14, 2023
1 parent 5fa78af commit 2e11c69
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 215 deletions.
35 changes: 0 additions & 35 deletions json/LegalEntityService-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@
"url" : "https://github.com/Adyen/adyen-openapi"
}
},
"x-groups" : [
"Legal entities",
"Transfer instruments",
"Business lines",
"Documents",
"Terms of Service",
"Hosted Onboarding",
"PCI questionnaires"
],
"tags" : [
{
"name" : "Legal entities"
Expand Down Expand Up @@ -58,7 +49,6 @@
"description" : "Creates a business line. \n\nThis resource contains information about your user's line of business, including their industry and their source of funds. Adyen uses this information to verify your users as required by payment industry regulations. Adyen informs you of the verification results through webhooks or API responses.\n\n>If you are using hosted onboarding, [only use v2](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-01-legal-entity-management-api-3) for your API requests.\n\n",
"x-addedInVersion" : "1",
"operationId" : "post-businessLines",
"x-groupName" : "Business lines",
"x-sortIndex" : 12,
"x-methodName" : "createBusinessLine",
"security" : [
Expand Down Expand Up @@ -169,7 +159,6 @@
"description" : "Deletes a business line.\n\n >If you delete a business line linked to a [payment method](https://docs.adyen.com/development-resources/paymentmethodvariant#management-api), it can affect your merchant account's ability to use the [payment method](https://docs.adyen.com/api-explorer/Management/latest/post/merchants/_merchantId_/paymentMethodSettings). The business line is removed from all linked merchant accounts.",
"x-addedInVersion" : "1",
"operationId" : "delete-businessLines-id",
"x-groupName" : "Business lines",
"x-sortIndex" : 14,
"x-methodName" : "deleteBusinessLine",
"security" : [
Expand Down Expand Up @@ -257,7 +246,6 @@
"description" : "Returns the detail of a business line.",
"x-addedInVersion" : "1",
"operationId" : "get-businessLines-id",
"x-groupName" : "Business lines",
"x-sortIndex" : 13,
"x-methodName" : "getBusinessLine",
"security" : [
Expand Down Expand Up @@ -359,7 +347,6 @@
"description" : "Uploads a document for verification checks.\n\n Adyen uses the information from the [legal entity](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/legalEntities) to run automated verification checks. If these checks fail, you will be notified to provide additional documents.\n\n You should only upload documents when Adyen requests additional information for the legal entity.\n\n >You can upload a maximum of 15 pages for photo IDs.",
"x-addedInVersion" : "1",
"operationId" : "post-documents",
"x-groupName" : "Documents",
"x-sortIndex" : 4,
"x-methodName" : "uploadDocumentForVerificationChecks",
"security" : [
Expand Down Expand Up @@ -475,7 +462,6 @@
"description" : "Deletes a document.",
"x-addedInVersion" : "1",
"operationId" : "delete-documents-id",
"x-groupName" : "Documents",
"x-sortIndex" : 7,
"x-methodName" : "deleteDocument",
"security" : [
Expand Down Expand Up @@ -563,7 +549,6 @@
"description" : "Returns a document.",
"x-addedInVersion" : "1",
"operationId" : "get-documents-id",
"x-groupName" : "Documents",
"x-sortIndex" : 5,
"x-methodName" : "getDocument",
"security" : [
Expand Down Expand Up @@ -663,7 +648,6 @@
"description" : "Updates a document.\n\n >You can upload a maximum of 15 pages for photo IDs.",
"x-addedInVersion" : "1",
"operationId" : "patch-documents-id",
"x-groupName" : "Documents",
"x-sortIndex" : 6,
"x-methodName" : "updateDocument",
"security" : [
Expand Down Expand Up @@ -788,7 +772,6 @@
"description" : "Creates a legal entity. \n\nThis resource contains information about the user that will be onboarded in your platform. Adyen uses this information to perform verification checks as required by payment industry regulations. Adyen informs you of the verification results through webhooks or API responses. \n\n>If you are using hosted onboarding, [only use v2](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-01-legal-entity-management-api-3) for your API requests.\n\n",
"x-addedInVersion" : "1",
"operationId" : "post-legalEntities",
"x-groupName" : "Legal entities",
"x-sortIndex" : 1,
"x-methodName" : "createLegalEntity",
"security" : [
Expand Down Expand Up @@ -922,7 +905,6 @@
"description" : "Returns a legal entity.",
"x-addedInVersion" : "1",
"operationId" : "get-legalEntities-id",
"x-groupName" : "Legal entities",
"x-sortIndex" : 2,
"x-methodName" : "getLegalEntity",
"security" : [
Expand Down Expand Up @@ -1022,7 +1004,6 @@
"description" : "Updates a legal entity.\n\n >To change the legal entity type, include only the new `type` in your request. To update the `entityAssociations` array, you need to replace the entire array. For example, if the array has 3 entries and you want to remove 1 entry, you need to PATCH the resource with the remaining 2 entries.",
"x-addedInVersion" : "1",
"operationId" : "patch-legalEntities-id",
"x-groupName" : "Legal entities",
"x-sortIndex" : 3,
"x-methodName" : "updateLegalEntity",
"security" : [
Expand Down Expand Up @@ -1153,7 +1134,6 @@
"description" : "Returns the business lines owned by a legal entity.",
"x-addedInVersion" : "1",
"operationId" : "get-legalEntities-id-businessLines",
"x-groupName" : "Legal entities",
"x-sortIndex" : 4,
"x-methodName" : "getAllBusinessLinesUnderLegalEntity",
"security" : [
Expand Down Expand Up @@ -1255,7 +1235,6 @@
"description" : "Returns a link to an Adyen-hosted onboarding page where you need to redirect your user.\n\n>If you are using hosted onboarding, [only use v2](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-01-legal-entity-management-api-3) for your API requests.\n\n",
"x-addedInVersion" : "1",
"operationId" : "post-legalEntities-id-onboardingLinks",
"x-groupName" : "Hosted Onboarding",
"x-sortIndex" : 1,
"x-methodName" : "getLinkToAdyenhostedOnboardingPage",
"security" : [
Expand Down Expand Up @@ -1371,7 +1350,6 @@
"description" : "Get a list of signed PCI questionnaires.",
"x-addedInVersion" : "1",
"operationId" : "get-legalEntities-id-pciQuestionnaires",
"x-groupName" : "PCI questionnaires",
"x-sortIndex" : 3,
"x-methodName" : "getPciQuestionnaireDetails",
"security" : [
Expand Down Expand Up @@ -1473,7 +1451,6 @@
"description" : "Generates the required PCI questionnaires based on the user's [salesChannel](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/businessLines__reqParam_salesChannels).",
"x-addedInVersion" : "1",
"operationId" : "post-legalEntities-id-pciQuestionnaires-generatePciTemplates",
"x-groupName" : "PCI questionnaires",
"x-sortIndex" : 1,
"x-methodName" : "generatePciQuestionnaire",
"security" : [
Expand Down Expand Up @@ -1589,7 +1566,6 @@
"description" : "Signs the required PCI questionnaire.",
"x-addedInVersion" : "1",
"operationId" : "post-legalEntities-id-pciQuestionnaires-signPciTemplates",
"x-groupName" : "PCI questionnaires",
"x-sortIndex" : 2,
"x-methodName" : "signPciQuestionnaire",
"security" : [
Expand Down Expand Up @@ -1705,7 +1681,6 @@
"description" : "Returns the signed PCI questionnaire.",
"x-addedInVersion" : "1",
"operationId" : "get-legalEntities-id-pciQuestionnaires-pciid",
"x-groupName" : "PCI questionnaires",
"x-sortIndex" : 4,
"x-methodName" : "getPciQuestionnaire",
"security" : [
Expand Down Expand Up @@ -1816,7 +1791,6 @@
"description" : "Returns the Terms of Service document for a legal entity.",
"x-addedInVersion" : "1",
"operationId" : "post-legalEntities-id-termsOfService",
"x-groupName" : "Terms of Service",
"x-sortIndex" : 1,
"x-methodName" : "getTermsOfServiceDocument",
"security" : [
Expand Down Expand Up @@ -1932,7 +1906,6 @@
"description" : "Accepts Terms of Service.",
"x-addedInVersion" : "1",
"operationId" : "patch-legalEntities-id-termsOfService-termsofservicedocumentid",
"x-groupName" : "Terms of Service",
"x-sortIndex" : 2,
"x-methodName" : "acceptTermsOfService",
"security" : [
Expand Down Expand Up @@ -2057,7 +2030,6 @@
"description" : "Returns Terms of Service information for a legal entity.",
"x-addedInVersion" : "1",
"operationId" : "get-legalEntities-id-termsOfServiceAcceptanceInfos",
"x-groupName" : "Terms of Service",
"x-sortIndex" : 3,
"x-methodName" : "getTermsOfServiceInformationForLegalEntity",
"security" : [
Expand Down Expand Up @@ -2159,7 +2131,6 @@
"description" : "Returns the required types of Terms of Service that need to be accepted by a legal entity.",
"x-addedInVersion" : "1",
"operationId" : "get-legalEntities-id-termsOfServiceStatus",
"x-groupName" : "Terms of Service",
"x-sortIndex" : 4,
"x-methodName" : "getTermsOfServiceStatus",
"security" : [
Expand Down Expand Up @@ -2261,7 +2232,6 @@
"description" : "Returns a list of hosted onboarding page themes.\n\n>If you are using hosted onboarding, [only use v2](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-01-legal-entity-management-api-3) for your API requests.\n\n",
"x-addedInVersion" : "1",
"operationId" : "get-themes",
"x-groupName" : "Hosted Onboarding",
"x-sortIndex" : 2,
"x-methodName" : "listHostedOnboardingPageThemes",
"security" : [
Expand Down Expand Up @@ -2352,7 +2322,6 @@
"description" : "Returns the details of the theme identified in the path.>If you are using hosted onboarding, [only use v2](https://docs.adyen.com/release-notes/platforms-and-financial-products#releaseNote=2023-05-01-legal-entity-management-api-3) for your API requests.\n\n",
"x-addedInVersion" : "1",
"operationId" : "get-themes-id",
"x-groupName" : "Hosted Onboarding",
"x-sortIndex" : 4,
"x-methodName" : "getOnboardingLinkTheme",
"security" : [
Expand Down Expand Up @@ -2454,7 +2423,6 @@
"description" : "Creates a transfer instrument. \n\nA transfer instrument is a bank account that a legal entity owns. Adyen performs verification checks on the transfer instrument as required by payment industry regulations. We inform you of the verification results through webhooks or API responses.\n\nWhen the transfer instrument passes the verification checks, you can start sending funds from the balance platform to the transfer instrument (such as payouts).",
"x-addedInVersion" : "1",
"operationId" : "post-transferInstruments",
"x-groupName" : "Transfer instruments",
"x-sortIndex" : 8,
"x-methodName" : "createTransferInstrument",
"security" : [
Expand Down Expand Up @@ -2576,7 +2544,6 @@
"description" : "Deletes a transfer instrument.",
"x-addedInVersion" : "1",
"operationId" : "delete-transferInstruments-id",
"x-groupName" : "Transfer instruments",
"x-sortIndex" : 11,
"x-methodName" : "deleteTransferInstrument",
"security" : [
Expand Down Expand Up @@ -2664,7 +2631,6 @@
"description" : "Returns the details of a transfer instrument.",
"x-addedInVersion" : "1",
"operationId" : "get-transferInstruments-id",
"x-groupName" : "Transfer instruments",
"x-sortIndex" : 9,
"x-methodName" : "getTransferInstrument",
"security" : [
Expand Down Expand Up @@ -2764,7 +2730,6 @@
"description" : "Updates a transfer instrument.",
"x-addedInVersion" : "1",
"operationId" : "patch-transferInstruments-id",
"x-groupName" : "Transfer instruments",
"x-sortIndex" : 10,
"x-methodName" : "updateTransferInstrument",
"security" : [
Expand Down
Loading

0 comments on commit 2e11c69

Please sign in to comment.