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
activatedTimestampdouble315529200000-4133890801000
Timestamp when the user was activated
userStateDetailsobject
kycStatusDetailsobject
eoddDatedouble315529200000-4133890801000
corporateEntitieslist of objects
Corporate entities of the user
shareHolderslist of objects

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

directorslist of objects

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

associatedPartieslist of objects
Parties associated with the company. Can be another company or an individual
businessPartnerslist of objects
Business partners of the company
transactionLimitsobject
Model for transaction limits for a given user
expectedTransactionCountriesobject
Model for expected transaction countries
expectedTransactionCurrenciesobject
Model for expected transaction currencies
riskLevelenum
kycRiskLevelenum
allowedPaymentMethodslist of enums
linkedEntitiesobject
acquisitionChannelenum
Model for User acquisition channel
savedPaymentDetailslist of objects
mccDetailsobject
tagslist of objects
Additional information that can be added via tags
attachmentslist of objects
User's attachments uploaded by business user
metaDataobject
Model for device data
jurisdictionstring
Legal authority or region governing the transaction
productsEnabledlist of objects
pepStatuslist of objects
sanctionsStatusboolean
Whether the user is sanctioned
adverseMediaStatusboolean
Whether the user is in the adverse media list
executedRuleslist of objects
hitRuleslist of objects
riskScoreDetailsobject

Errors

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