Skip to content
Open
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
107 changes: 107 additions & 0 deletions mintlify/openapi.yaml

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

107 changes: 107 additions & 0 deletions openapi.yaml

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

31 changes: 31 additions & 0 deletions openapi/components/schemas/customers/BusinessInfo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,34 @@ 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
minLength: 1
maxLength: 500
description: Description of the source of funds when OTHER is selected
example: Proceeds from a legal settlement
purposeOfAccountOtherDescription:
type: string
minLength: 1
maxLength: 500
description: Description of the account purpose when OTHER is selected
example: Escrow for equipment leases
Comment thread
ls-bolt[bot] marked this conversation as resolved.
expectedCounterpartyCountries:
type: array
items:
type: string
description: List of countries of the business's expected transaction counterparties (ISO 3166-1 alpha-2)
example:
- US
31 changes: 31 additions & 0 deletions openapi/components/schemas/customers/BusinessInfoResponse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,34 @@ 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
minLength: 1
maxLength: 500
description: Description of the source of funds when OTHER is selected
example: Proceeds from a legal settlement
purposeOfAccountOtherDescription:
type: string
minLength: 1
maxLength: 500
description: Description of the account purpose when OTHER is selected
example: Escrow for equipment leases
Comment thread
ls-bolt[bot] marked this conversation as resolved.
expectedCounterpartyCountries:
type: array
items:
type: string
description: List of countries of the business's expected transaction counterparties (ISO 3166-1 alpha-2)
example:
- US
31 changes: 31 additions & 0 deletions openapi/components/schemas/customers/BusinessInfoUpdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,34 @@ 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
minLength: 1
maxLength: 500
description: Description of the source of funds when OTHER is selected
example: Proceeds from a legal settlement
purposeOfAccountOtherDescription:
type: string
minLength: 1
maxLength: 500
description: Description of the account purpose when OTHER is selected
example: Escrow for equipment leases
Comment thread
ls-bolt[bot] marked this conversation as resolved.
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
Comment thread
ls-bolt[bot] marked this conversation as resolved.
- DONATIONS
- OTHER
description: The primary source of funds for the business
description: A structured source-of-funds category for the business
Comment thread
akanter marked this conversation as resolved.
example: OPERATING_REVENUE
Loading
Loading