Retrieve a list of all document types. You can filter the results to return the allowed document types for a specific type of account holder (Business Account, Customer Account, or Beneficial Owner).
GET /v1/document-types
Authorization: Bearer <access_token>
holderType
string enum, values: BENEFICIARY, BUSINESS_ACCOUNT, CUSTOMER
Filter the results to return the allowed document types for a specific type of account holder. The following values are supported:
holderSubType CONDITIONAL
string enum, values: BUSINESS, INDIVIDUAL
Account holder subtype. Required if holderType is CUSTOMER. Ignored for other types of account holders.
The following values are supported:
None
Retrieves an array of document types. The following fields are returned for each document type.
id
string
Semantic ID for the document type (example: driving-license).
name
string
Descriptive name for the document type (example: Driving License).
requiredFields
array of strings
List of required fields for the document type.
SAMPLE RESPONSE
[
{
"id": "driving-license",
"name": "Driving License",
"requiredFields": [
"holderId",
"holderType",
"documentType",
"name",
"number",
"issuingCountryCode",
"issuingStateCode",
"extension",
"contentLength",
"expiryDate"
]
},
{...},
{...}
]
Step into the future of Finance with RocketKOR! Simplify payments, banking, lending, and data analytics using our versatile KOR Platform.
A Rocket Financial Inc. company
@ 2024 RocketKOR, Inc. All rights reserved.