Skip to content

Commit

Permalink
Weekday update
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRalphson committed Mar 1, 2024
1 parent 115ac30 commit 433a94f
Show file tree
Hide file tree
Showing 21 changed files with 7,395 additions and 187 deletions.
41 changes: 41 additions & 0 deletions APIs/adyen.com/LegalEntityService/1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,12 @@ paths:
required: true
schema:
type: string
- description: Do not load document content while fetching the document.
in: query
name: skipContent
required: false
schema:
type: boolean
responses:
"200":
content:
Expand Down Expand Up @@ -2454,6 +2460,7 @@ components:
* **adyenAccount**
* **adyenCard**
* **adyenFranchisee**
* **adyenPccr**
enum:
- adyenAccount
Expand All @@ -2463,6 +2470,7 @@ components:
- adyenForPlatformsManage
- adyenFranchisee
- adyenIssuing
- adyenPccr
type: string
type: object
Address:
Expand Down Expand Up @@ -2711,6 +2719,7 @@ components:
- adyenForPlatformsManage
- adyenFranchisee
- adyenIssuing
- adyenPccr
type: string
type: array
type: object
Expand Down Expand Up @@ -2965,6 +2974,7 @@ components:
* **adyenAccount**
* **adyenCard**
* **adyenFranchisee**
* **adyenPccr**
enum:
- adyenAccount
Expand All @@ -2974,6 +2984,7 @@ components:
- adyenForPlatformsManage
- adyenFranchisee
- adyenIssuing
- adyenPccr
type: string
required:
- type
Expand Down Expand Up @@ -3006,6 +3017,7 @@ components:
* **adyenAccount**
* **adyenCard**
* **adyenFranchisee**
* **adyenPccr**
enum:
- adyenAccount
Expand All @@ -3015,6 +3027,7 @@ components:
- adyenForPlatformsManage
- adyenFranchisee
- adyenIssuing
- adyenPccr
type: string
type: object
IdentificationData:
Expand Down Expand Up @@ -3694,6 +3707,7 @@ components:
* **adyenAccount**
* **adyenCard**
* **adyenFranchisee**
* **adyenPccr**
enum:
- adyenAccount
Expand All @@ -3703,6 +3717,7 @@ components:
- adyenForPlatformsManage
- adyenFranchisee
- adyenIssuing
- adyenPccr
type: string
type: object
TransferInstrument:
Expand Down Expand Up @@ -3880,6 +3895,19 @@ components:
* **privateFundLimitedPartnership**
* **businessTrustEntity**
* **businessPartnership**
* **limitedLiabilityPartnership**
* **eg**
* **cooperative**
* **vos**
* **comunidadDeBienes**
* **herenciaYacente**
* **comunidadDePropietarios**
* **sep**
* **sca**
* **bt**
* **kkt**
* **scs**
* **snc**
enum:
- limitedPartnership
Expand All @@ -3897,6 +3925,19 @@ components:
- privateFundLimitedPartnership
- businessTrustEntity
- businessPartnership
- limitedLiabilityPartnership
- eg
- cooperative
- vos
- comunidadDeBienes
- herenciaYacente
- comunidadDePropietarios
- sep
- sca
- bt
- kkt
- scs
- snc
type: string
vatAbsenceReason:
description: |-
Expand Down
49 changes: 47 additions & 2 deletions APIs/adyen.com/LegalEntityService/2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,12 @@ paths:
required: true
schema:
type: string
- description: Do not load document content while fetching the document.
in: query
name: skipContent
required: false
schema:
type: boolean
responses:
"200":
content:
Expand Down Expand Up @@ -2780,6 +2786,7 @@ components:
* **adyenAccount**
* **adyenCard**
* **adyenFranchisee**
* **adyenPccr**
enum:
- adyenAccount
Expand All @@ -2789,6 +2796,7 @@ components:
- adyenForPlatformsManage
- adyenFranchisee
- adyenIssuing
- adyenPccr
type: string
type: object
Address:
Expand Down Expand Up @@ -3080,6 +3088,7 @@ components:
- adyenForPlatformsManage
- adyenFranchisee
- adyenIssuing
- adyenPccr
type: string
type: array
type: object
Expand Down Expand Up @@ -3216,9 +3225,9 @@ components:
description: |-
Type of document, used when providing an ID number or uploading a document. The possible values depend on the legal entity type.
* For **organization**, the `type` values can be **proofOfAddress**, **registrationDocument**, **vatDocument**, **proofOfOrganizationTaxInfo**, **proofOfOwnership**, **proofOfIndustry**, or **proofOfFundingOrWealthSource**.
* For **organization**, the `type` values can be **proofOfAddress**, **registrationDocument**, **vatDocument**, **proofOfOrganizationTaxInfo**, **proofOfOwnership**, **proofOfIndustry**, **proofOfSignatory**, or **proofOfFundingOrWealthSource**.
* For **individual**, the `type` values can be **identityCard**, **driversLicense**, **passport**, **proofOfResidency**, **proofOfIndustry**, **proofOfNationalIdNumber**, **proofOfIndividualTaxId**, or **proofOfFundingOrWealthSource**.
* For **individual**, the `type` values can be **identityCard**, **driversLicense**, **passport**, **liveSelfie**, **proofOfResidency**, **proofOfIndustry**, **proofOfNationalIdNumber**, **proofOfIndividualTaxId**, or **proofOfFundingOrWealthSource**.
* For **soleProprietorship**, the `type` values can be **constitutionalDocument**, **proofOfAddress**, or **proofOfIndustry**.
Expand All @@ -3235,6 +3244,10 @@ components:
- registrationDocument
- vatDocument
- proofOfOrganizationTaxInfo
- proofOfIndividualTaxId
- proofOfOwnership
- proofOfSignatory
- liveSelfie
- proofOfIndustry
- constitutionalDocument
- proofOfFundingOrWealthSource
Expand Down Expand Up @@ -3380,6 +3393,7 @@ components:
* **adyenAccount**
* **adyenCard**
* **adyenFranchisee**
* **adyenPccr**
enum:
- adyenAccount
Expand All @@ -3389,6 +3403,7 @@ components:
- adyenForPlatformsManage
- adyenFranchisee
- adyenIssuing
- adyenPccr
type: string
required:
- type
Expand Down Expand Up @@ -3421,6 +3436,7 @@ components:
* **adyenAccount**
* **adyenCard**
* **adyenFranchisee**
* **adyenPccr**
enum:
- adyenAccount
Expand All @@ -3430,6 +3446,7 @@ components:
- adyenForPlatformsManage
- adyenFranchisee
- adyenIssuing
- adyenPccr
type: string
type: object
IdentificationData:
Expand Down Expand Up @@ -4297,6 +4314,7 @@ components:
* **adyenAccount**
* **adyenCard**
* **adyenFranchisee**
* **adyenPccr**
enum:
- adyenAccount
Expand All @@ -4306,6 +4324,7 @@ components:
- adyenForPlatformsManage
- adyenFranchisee
- adyenIssuing
- adyenPccr
type: string
type: object
TransferInstrument:
Expand Down Expand Up @@ -4517,6 +4536,19 @@ components:
* **privateFundLimitedPartnership**
* **businessTrustEntity**
* **businessPartnership**
* **limitedLiabilityPartnership**
* **eg**
* **cooperative**
* **vos**
* **comunidadDeBienes**
* **herenciaYacente**
* **comunidadDePropietarios**
* **sep**
* **sca**
* **bt**
* **kkt**
* **scs**
* **snc**
enum:
- limitedPartnership
Expand All @@ -4534,6 +4566,19 @@ components:
- privateFundLimitedPartnership
- businessTrustEntity
- businessPartnership
- limitedLiabilityPartnership
- eg
- cooperative
- vos
- comunidadDeBienes
- herenciaYacente
- comunidadDePropietarios
- sep
- sca
- bt
- kkt
- scs
- snc
type: string
vatAbsenceReason:
description: |-
Expand Down

0 comments on commit 433a94f

Please sign in to comment.