Business Users

Create a Business User

POST

POST Business User

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

In order to pass the payload of a User to Flagright and verify the User, you will need to call this endpoint with the User payload. Not all fields are mandatory, you will only need to pass in the fields that you have and are relevant for your compliance setup.

Payload

Each business user needs three mandatory fields:

  • userId - Unique identifier for the user
  • legalEntity - Details of the business legal entity (CompanyGeneralDetails, FinancialDetails etc) - only legalNamein CompanyGeneralDetails is mandatory
  • createdTimestamp - UNIX timestamp in milliseconds for when the User is created in your system

Request

This endpoint expects an object.
userId
stringRequired
Unique user ID for the user
createdTimestamp
doubleRequired
Timestamp when the user was created
legalEntity
objectRequired
Model for business user legal entity details
activatedTimestamp
doubleOptional
Timestamp when the user was activated
userStateDetails
objectOptional
kycStatusDetails
objectOptional
shareHolders
list of objectsOptional
Shareholders (beneficiaries) of the company that hold at least 25% ownership. Can be another company or an individual
directors
list of objectsOptional
Director(s) of the company. Must be at least one
transactionLimits
objectOptional
Model for transaction limits for a given user
riskLevel
enumOptional
Allowed values: VERY_HIGHHIGHMEDIUMLOWVERY_LOW
allowedPaymentMethods
list of enumsOptional
linkedEntities
objectOptional
acquisitionChannel
enumOptional
Model for User acquisition channel
savedPaymentDetails
list of unionsOptional
mccDetails
objectOptional
tags
list of objectsOptional
Additional information that can be added via tags

Response

This endpoint returns an object
userId
string
user ID the risk score pertains to
executedRules
list of objectsOptional
Model for list of executed rules
hitRules
list of objectsOptional
Model for list of hit rules
message
stringOptional
riskScoreDetails
objectOptional

Errors