Consumer Users

Retrieve a Consumer User

GET

GET Consumer User

/consumer/user endpoint allows you to operate on the Consumer User entity.

Calling GET /consumer/user/{userId} will return the entire user payload and rule execution results for the user with the corresponding userId

Path parameters

userIdstringRequired

Response

This endpoint returns an object
userId
string
Unique user ID
createdTimestamp
double
Timestamp when userId is created
activatedTimestamp
doubleOptional
Timestamp when user was activated
userDetails
objectOptional
Model for consumer user personal details
userStateDetails
objectOptional
kycStatusDetails
objectOptional
employmentStatus
enumOptional
occupation
stringOptional
legalDocuments
list of objectsOptional
User's legal identity documents - See Document Model for details
contactDetails
objectOptional
Model for business user contact information details
transactionLimits
objectOptional
Model for transaction limits for a given user
expectedIncome
objectOptional
Model for expected income details
riskLevel
enumOptional
Allowed values: VERY_HIGHHIGHMEDIUMLOWVERY_LOW
acquisitionChannel
enumOptional
Model for User acquisition channel
reasonForAccountOpening
list of stringsOptional
sourceOfFunds
list of enumsOptional
userSegment
enumOptional
Allowed values: RETAILPROFESSIONAL
pepStatus
list of objectsOptional
linkedEntities
objectOptional
savedPaymentDetails
list of unionsOptional
tags
list of objectsOptional
Additional information that can be added via tags
executedRules
list of objectsOptional
Model for list of executed rules
hitRules
list of objectsOptional
Model for list of hit rules
riskScoreDetails
objectOptional

Errors