Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions mintlify/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions openapi/components/schemas/customers/BusinessInfo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 14 additions & 0 deletions openapi/components/schemas/customers/BusinessInfoResponse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 14 additions & 0 deletions openapi/components/schemas/customers/BusinessInfoUpdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading