Retrieve a Business User

GET Business User

/business/user endpoint allows you to operate on the Business User entity.

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

Authentication

x-api-keystring
API keys are used to authenticate the requests.

Path parameters

userIdstringRequired

Response

OK
userIdstring>=1 character
Unique user ID for the user
createdTimestampdouble315529200000-4133890801000
Timestamp when the user was created
legalEntityobject
Model for business user legal entity details
activatedTimestampdoubleOptional315529200000-4133890801000
Timestamp when the user was activated
userStateDetailsobjectOptional
kycStatusDetailsobjectOptional
eoddDatedoubleOptional315529200000-4133890801000
corporateEntitieslist of objectsOptional
Corporate entities of the user
shareHolderslist of objectsOptional

Shareholders (beneficiaries) of the company that hold at least 25% ownership. Can be another company or an individual

directorslist of objectsOptional

Director(s) of the company. Must be at least one

associatedPartieslist of objectsOptional
Parties associated with the company. Can be another company or an individual
businessPartnerslist of objectsOptional
Business partners of the company
transactionLimitsobjectOptional
Model for transaction limits for a given user
expectedTransactionCountriesobjectOptional
Model for expected transaction countries
expectedTransactionCurrenciesobjectOptional
Model for expected transaction currencies
riskLevelenumOptional
kycRiskLevelenumOptional
allowedPaymentMethodslist of enumsOptional
linkedEntitiesobjectOptional
acquisitionChannelenumOptional
Model for User acquisition channel
savedPaymentDetailslist of objectsOptional
mccDetailsobjectOptional
tagslist of objectsOptional
Additional information that can be added via tags
attachmentslist of objectsOptional
User's attachments uploaded by business user
metaDataobjectOptional
Model for device data
jurisdictionstringOptional
Legal authority or region governing the transaction
productsEnabledlist of objectsOptional
pepStatuslist of objectsOptional
sanctionsStatusbooleanOptional
Whether the user is sanctioned
adverseMediaStatusbooleanOptional
Whether the user is in the adverse media list
executedRuleslist of objectsOptional
hitRuleslist of objectsOptional
riskScoreDetailsobjectOptional

Errors

400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error