From 550ff1b35b30d11985629fbc70bcb78cdd0c7d78 Mon Sep 17 00:00:00 2001 From: Graziella Camata Date: Tue, 19 May 2026 12:24:02 -0700 Subject: [PATCH] [kyb] add issuing authority to IDs --- mintlify/openapi.yaml | 8 ++++++++ openapi.yaml | 8 ++++++++ .../schemas/customers/BeneficialOwnerPersonalInfo.yaml | 4 ++++ .../customers/BeneficialOwnerPersonalInfoUpdate.yaml | 4 ++++ .../schemas/customers/PersonalIdentification.yaml | 4 ++++ 5 files changed, 28 insertions(+) diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 6835912f..121be6e4 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -8103,6 +8103,10 @@ components: type: string description: Country that issued the identification (ISO 3166-1 alpha-2) example: US + issuingAuthority: + type: string + description: Name of the government agency or organization that issued the identification + example: U.S. Department of State BeneficialOwner: type: object required: @@ -14335,6 +14339,10 @@ components: type: string description: Country that issued the identification (ISO 3166-1 alpha-2) example: US + issuingAuthority: + type: string + description: Name of the government agency or organization that issued the identification + example: U.S. Department of State BeneficialOwnerUpdateRequest: type: object properties: diff --git a/openapi.yaml b/openapi.yaml index 6835912f..121be6e4 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -8103,6 +8103,10 @@ components: type: string description: Country that issued the identification (ISO 3166-1 alpha-2) example: US + issuingAuthority: + type: string + description: Name of the government agency or organization that issued the identification + example: U.S. Department of State BeneficialOwner: type: object required: @@ -14335,6 +14339,10 @@ components: type: string description: Country that issued the identification (ISO 3166-1 alpha-2) example: US + issuingAuthority: + type: string + description: Name of the government agency or organization that issued the identification + example: U.S. Department of State BeneficialOwnerUpdateRequest: type: object properties: diff --git a/openapi/components/schemas/customers/BeneficialOwnerPersonalInfo.yaml b/openapi/components/schemas/customers/BeneficialOwnerPersonalInfo.yaml index 75bc26fd..bd9e6aa7 100644 --- a/openapi/components/schemas/customers/BeneficialOwnerPersonalInfo.yaml +++ b/openapi/components/schemas/customers/BeneficialOwnerPersonalInfo.yaml @@ -51,3 +51,7 @@ properties: type: string description: Country that issued the identification (ISO 3166-1 alpha-2) example: US + issuingAuthority: + type: string + description: Name of the government agency or organization that issued the identification + example: U.S. Department of State diff --git a/openapi/components/schemas/customers/BeneficialOwnerPersonalInfoUpdate.yaml b/openapi/components/schemas/customers/BeneficialOwnerPersonalInfoUpdate.yaml index 3bb45bd9..b5a20ed8 100644 --- a/openapi/components/schemas/customers/BeneficialOwnerPersonalInfoUpdate.yaml +++ b/openapi/components/schemas/customers/BeneficialOwnerPersonalInfoUpdate.yaml @@ -44,3 +44,7 @@ properties: type: string description: Country that issued the identification (ISO 3166-1 alpha-2) example: US + issuingAuthority: + type: string + description: Name of the government agency or organization that issued the identification + example: U.S. Department of State diff --git a/openapi/components/schemas/customers/PersonalIdentification.yaml b/openapi/components/schemas/customers/PersonalIdentification.yaml index e3bbb143..f0897f2d 100644 --- a/openapi/components/schemas/customers/PersonalIdentification.yaml +++ b/openapi/components/schemas/customers/PersonalIdentification.yaml @@ -13,3 +13,7 @@ properties: type: string description: Country that issued the identification (ISO 3166-1 alpha-2) example: US + issuingAuthority: + type: string + description: Name of the government agency or organization that issued the identification + example: U.S. Department of State