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

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

9 changes: 9 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,17 @@ title: Individual Customer Create Request
allOf:
- $ref: ./CustomerCreateRequest.yaml
- $ref: ./IndividualCustomerFields.yaml
- type: object
properties:
idType:
$ref: ./IdentificationType.yaml
identifier:
type: string
writeOnly: true
description: >-
The individual's tax identification number. Required to onboard the
individual as a US account holder. Only SSN and ITIN are currently
accepted for an individual account holder; other identification
types are rejected. Write-only — never returned in customer
responses.
example: 123-45-6789
Comment thread
ls-bolt[bot] marked this conversation as resolved.
Comment thread
ls-bolt[bot] marked this conversation as resolved.
Loading