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
101 changes: 101 additions & 0 deletions mintlify/openapi.yaml

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

101 changes: 101 additions & 0 deletions openapi.yaml

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

29 changes: 29 additions & 0 deletions openapi/components/schemas/customers/BusinessInfo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,32 @@ properties:
description: List of countries where the business expects to send payments (ISO 3166-1 alpha-2)
example:
- US
naicsCode:
type: string
pattern: '^\d{2,6}$'
description: NAICS code describing the nature of the business (2-6 digits)
example: '541511'
sourceOfFundsCategories:
type: array
items:
$ref: ./SourceOfFundsCategory.yaml
description: Structured source-of-funds categories for the business
example:
- OPERATING_REVENUE
sourceOfFundsOtherDescription:
type: string
maxLength: 500
description: Description of the source of funds when OTHER is selected
example: Proceeds from a legal settlement
purposeOfAccountOtherDescription:
type: string
maxLength: 500
description: Description of the account purpose when OTHER is selected
example: Escrow for equipment leases
expectedCounterpartyCountries:
type: array
items:
type: string
description: List of countries of the business's expected transaction counterparties (ISO 3166-1 alpha-2)
example:
- US
29 changes: 29 additions & 0 deletions openapi/components/schemas/customers/BusinessInfoResponse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,32 @@ properties:
description: List of countries where the business expects to send payments (ISO 3166-1 alpha-2)
example:
- US
naicsCode:
type: string
pattern: '^\d{2,6}$'
description: NAICS code describing the nature of the business (2-6 digits)
example: '541511'
sourceOfFundsCategories:
type: array
items:
$ref: ./SourceOfFundsCategory.yaml
description: Structured source-of-funds categories for the business
example:
- OPERATING_REVENUE
sourceOfFundsOtherDescription:
type: string
maxLength: 500
description: Description of the source of funds when OTHER is selected
example: Proceeds from a legal settlement
purposeOfAccountOtherDescription:
type: string
maxLength: 500
description: Description of the account purpose when OTHER is selected
example: Escrow for equipment leases
expectedCounterpartyCountries:
type: array
items:
type: string
description: List of countries of the business's expected transaction counterparties (ISO 3166-1 alpha-2)
example:
- US
29 changes: 29 additions & 0 deletions openapi/components/schemas/customers/BusinessInfoUpdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,32 @@ properties:
description: List of countries where the business expects to send payments (ISO 3166-1 alpha-2)
example:
- US
naicsCode:
type: string
pattern: '^\d{2,6}$'
description: NAICS code describing the nature of the business (2-6 digits)
example: '541511'
sourceOfFundsCategories:
type: array
items:
$ref: ./SourceOfFundsCategory.yaml
description: Structured source-of-funds categories for the business
example:
- OPERATING_REVENUE
sourceOfFundsOtherDescription:
type: string
maxLength: 500
description: Description of the source of funds when OTHER is selected
example: Proceeds from a legal settlement
purposeOfAccountOtherDescription:
type: string
maxLength: 500
description: Description of the account purpose when OTHER is selected
example: Escrow for equipment leases
expectedCounterpartyCountries:
type: array
items:
type: string
description: List of countries of the business's expected transaction counterparties (ISO 3166-1 alpha-2)
example:
- US
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ enum:
- PERSONAL_SAVINGS
- DONATIONS
- OTHER
description: The primary source of funds for the business
description: A structured source-of-funds category for the business
example: OPERATING_REVENUE
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ enum:
- APPLICANT_CRIMINAL_RECORD
- APPLICANT_REJECTED
- MISSING_BENEFICIAL_OWNER
- MISSING_CONTROL_PERSON
- MISSING_GOOD_STANDING_DOCUMENT
description: >-
Type of verification error. The category-specific MISSING_*_DOCUMENT types
indicate which document category is needed. Document quality types
Expand Down
Loading