Skip to content
Merged
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
4 changes: 4 additions & 0 deletions mintlify/snippets/kyc/kyc-unregulated.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ The shape of the flow depends on the customer type:
-u "$GRID_CLIENT_ID:$GRID_CLIENT_SECRET" \
-F "documentHolder=Customer:019542f5-b3e7-1d02-0000-000000000001" \
-F "documentType=PASSPORT" \
-F "documentNumber=A12345678" \
-F "issuingAuthority=U.S. Department of State" \
-F "country=US" \
-F "file=@./passport.jpg"
```
Expand Down Expand Up @@ -262,6 +264,8 @@ The shape of the flow depends on the customer type:
-u "$GRID_CLIENT_ID:$GRID_CLIENT_SECRET" \
-F "documentHolder=BeneficialOwner:019542f5-b3e7-1d02-0000-00000000abcd" \
-F "documentType=PASSPORT" \
-F "documentNumber=B98765432" \
-F "issuingAuthority=U.S. Department of State" \
-F "country=US" \
-F "file=@./owner-passport.jpg"
```
Expand Down
Loading