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

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

8 changes: 8 additions & 0 deletions openapi.yaml

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

Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,14 @@ title: Individual Customer Create Request
allOf:
- $ref: ./CustomerCreateRequest.yaml
- $ref: ./IndividualCustomerFields.yaml
- type: object
properties:
idType:
$ref: ./IdentificationType.yaml
identifier:
type: string
description: >-
The individual's tax identification number (SSN or ITIN for a US
account holder). Required to onboard the individual as a US account
holder. Write-only — never returned in customer responses.
example: 123-45-6789
Loading