Retrieve a list of Identity Verification (IDV) profiles that a Business Account can use to submit an IDV application. An IDV profile defines the requirements for an IDV use case.
IDV profiles will be retrieved for the Business Account associated with the request access token. You can retrieve all profiles or use the identityAccountTypes query parameter to retrieve a specific type of profile.
GET /v1/identity-verification-profiles
Authorization: Bearer <access_token>
identityAccountTypes
string enum, values: BUSINESS_ACCOUNT, BUSINESS_CUSTOMER, INDIVIDUAL_CUSTOMER
Types of accounts that the IDV profile can be used to verify. The following values are supported:
None
Returns a list of Identity Verification Profile objects.
SAMPLE RESPONSE
{
"id": "kyb-profile-1",
"name": "Business and Beneficiary check",
"allowedAccountTypes": [
"BUSINESS_CUSTOMER"
],
"allowedAccountStatuses": [
"ACTIVE"
],
"minimumInformationRequired": {
"business": {
"info": [
"TAX_ID",
"PRIMARY_EMAIL_ADDRESS",
"PRIMARY_PHONE_NUMBER"
],
"name": [
"BUSINESS_LEGAL_NAME"
],
"documents": {
"formation": []
},
"physicalAddress": [
"LINE1",
"CITY",
"STATE",
"POSTAL_CODE",
"COUNTRY"
]
},
"beneficiary": {
"info": [
"DATE_OF_BIRTH",
"SSN",
"PRIMARY_EMAIL_ADDRESS",
"PRIMARY_PHONE_NUMBER"
],
"name": [
"FIRST",
"LAST"
],
"documents": {
"passport": [
"ISSUING_COUNTRY",
"EXPIRY_DATE"
],
"drivingLicense": [
"ISSUING_COUNTRY",
"EXPIRY_DATE"
]
},
"physicalAddress": [
"LINE1",
"CITY",
"STATE",
"POSTAL_CODE",
"COUNTRY"
]
}
}
}
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.