Skip to content

Commit 64a7332

Browse files
authored
simplify identification type enums (#341)
We already collect passport/DL in document upload. We can simplify this text input to be focused on tax identifiers instead
1 parent 9e7a38c commit 64a7332

3 files changed

Lines changed: 6 additions & 15 deletions

File tree

mintlify/openapi.yaml

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi.yaml

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
type: string
22
enum:
33
- SSN
4-
- PASSPORT
5-
- NATIONAL_ID
6-
- DRIVERS_LICENSE
7-
- TAX_ID
84
- ITIN
9-
- CPF
5+
- EIN
6+
- NON_TAX_ID
107
description: Type of personal identification document
118
example: SSN

0 commit comments

Comments
 (0)