diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 4d299878..75833f86 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -12613,6 +12613,16 @@ components: description: List of countries of the business's expected transaction counterparties (ISO 3166-1 alpha-2) example: - US + primaryContactFirstName: + type: string + maxLength: 250 + description: First name of the business's primary contact — a registered director or authorised representative of the business. Required in regions where a named individual is verified against the business during onboarding (e.g. the EU). The customer's `email` and `phoneNumber` are this person's contact details. + example: Jane + primaryContactLastName: + type: string + maxLength: 250 + description: Last name of the business's primary contact. + example: Smith BusinessCustomerFields: type: object required: @@ -12737,6 +12747,16 @@ components: description: List of countries of the business's expected transaction counterparties (ISO 3166-1 alpha-2) example: - US + primaryContactFirstName: + type: string + maxLength: 250 + description: First name of the business's primary contact — a registered director or authorised representative of the business. Required in regions where a named individual is verified against the business during onboarding (e.g. the EU). The customer's `email` and `phoneNumber` are this person's contact details. + example: Jane + primaryContactLastName: + type: string + maxLength: 250 + description: Last name of the business's primary contact. + example: Smith BeneficialOwnerRole: type: string enum: @@ -13080,6 +13100,16 @@ components: description: List of countries of the business's expected transaction counterparties (ISO 3166-1 alpha-2) example: - US + primaryContactFirstName: + type: string + maxLength: 250 + description: First name of the business's primary contact — a registered director or authorised representative of the business. Required in regions where a named individual is verified against the business during onboarding (e.g. the EU). The customer's `email` and `phoneNumber` are this person's contact details. + example: Jane + primaryContactLastName: + type: string + maxLength: 250 + description: Last name of the business's primary contact. + example: Smith BusinessCustomerCreateRequest: title: Business Customer Create Request allOf: diff --git a/openapi.yaml b/openapi.yaml index 4d299878..75833f86 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -12613,6 +12613,16 @@ components: description: List of countries of the business's expected transaction counterparties (ISO 3166-1 alpha-2) example: - US + primaryContactFirstName: + type: string + maxLength: 250 + description: First name of the business's primary contact — a registered director or authorised representative of the business. Required in regions where a named individual is verified against the business during onboarding (e.g. the EU). The customer's `email` and `phoneNumber` are this person's contact details. + example: Jane + primaryContactLastName: + type: string + maxLength: 250 + description: Last name of the business's primary contact. + example: Smith BusinessCustomerFields: type: object required: @@ -12737,6 +12747,16 @@ components: description: List of countries of the business's expected transaction counterparties (ISO 3166-1 alpha-2) example: - US + primaryContactFirstName: + type: string + maxLength: 250 + description: First name of the business's primary contact — a registered director or authorised representative of the business. Required in regions where a named individual is verified against the business during onboarding (e.g. the EU). The customer's `email` and `phoneNumber` are this person's contact details. + example: Jane + primaryContactLastName: + type: string + maxLength: 250 + description: Last name of the business's primary contact. + example: Smith BeneficialOwnerRole: type: string enum: @@ -13080,6 +13100,16 @@ components: description: List of countries of the business's expected transaction counterparties (ISO 3166-1 alpha-2) example: - US + primaryContactFirstName: + type: string + maxLength: 250 + description: First name of the business's primary contact — a registered director or authorised representative of the business. Required in regions where a named individual is verified against the business during onboarding (e.g. the EU). The customer's `email` and `phoneNumber` are this person's contact details. + example: Jane + primaryContactLastName: + type: string + maxLength: 250 + description: Last name of the business's primary contact. + example: Smith BusinessCustomerCreateRequest: title: Business Customer Create Request allOf: diff --git a/openapi/components/schemas/customers/BusinessInfo.yaml b/openapi/components/schemas/customers/BusinessInfo.yaml index 6c90887e..9892a9f7 100644 --- a/openapi/components/schemas/customers/BusinessInfo.yaml +++ b/openapi/components/schemas/customers/BusinessInfo.yaml @@ -105,3 +105,17 @@ properties: description: List of countries of the business's expected transaction counterparties (ISO 3166-1 alpha-2) example: - US + primaryContactFirstName: + type: string + maxLength: 250 + description: >- + First name of the business's primary contact — a registered director or + authorised representative of the business. Required in regions where a named + individual is verified against the business during onboarding (e.g. the EU). + The customer's `email` and `phoneNumber` are this person's contact details. + example: Jane + primaryContactLastName: + type: string + maxLength: 250 + description: Last name of the business's primary contact. + example: Smith diff --git a/openapi/components/schemas/customers/BusinessInfoResponse.yaml b/openapi/components/schemas/customers/BusinessInfoResponse.yaml index b5f1963b..f97ed136 100644 --- a/openapi/components/schemas/customers/BusinessInfoResponse.yaml +++ b/openapi/components/schemas/customers/BusinessInfoResponse.yaml @@ -106,3 +106,17 @@ properties: description: List of countries of the business's expected transaction counterparties (ISO 3166-1 alpha-2) example: - US + primaryContactFirstName: + type: string + maxLength: 250 + description: >- + First name of the business's primary contact — a registered director or + authorised representative of the business. Required in regions where a named + individual is verified against the business during onboarding (e.g. the EU). + The customer's `email` and `phoneNumber` are this person's contact details. + example: Jane + primaryContactLastName: + type: string + maxLength: 250 + description: Last name of the business's primary contact. + example: Smith diff --git a/openapi/components/schemas/customers/BusinessInfoUpdate.yaml b/openapi/components/schemas/customers/BusinessInfoUpdate.yaml index 27cb4551..abf52fb1 100644 --- a/openapi/components/schemas/customers/BusinessInfoUpdate.yaml +++ b/openapi/components/schemas/customers/BusinessInfoUpdate.yaml @@ -101,3 +101,17 @@ properties: description: List of countries of the business's expected transaction counterparties (ISO 3166-1 alpha-2) example: - US + primaryContactFirstName: + type: string + maxLength: 250 + description: >- + First name of the business's primary contact — a registered director or + authorised representative of the business. Required in regions where a named + individual is verified against the business during onboarding (e.g. the EU). + The customer's `email` and `phoneNumber` are this person's contact details. + example: Jane + primaryContactLastName: + type: string + maxLength: 250 + description: Last name of the business's primary contact. + example: Smith