Create a Business User Event
POST Business User Events
/events/business/user
endpoint allows you to operate on the Business User Events entity.
User events are created after the initial POST /business/users
call (which creates a user) and are used to:
- Update the STATE and KYC Status of the user, using the
userStateDetails
orkycStatusDetails
field - Update the user details, using the
updatedBusinessUserAttributes
field.
If you have neither of the above two use cases, you do not need to use user events.
Payload
Each user event needs three mandatory fields:
timestamp
- the timestamp of when the event was created or occured in your systemuserId
- The ID of the transaction for which this event is generated.
In order to make individual events retrievable, you also need to pass in a unique eventId
to the request body.
Headers
x-api-key
Query parameters
allowUserTypeConversion
Boolean string whether Flagright should allow a Business user event to be applied to a Consumer user with the same user ID. This will converts a Consumer user to a Business user.
Allowed values:
lockKycRiskLevel
Boolean string whether Flagright should lock the KYC risk level for the user.
Allowed values:
lockCraRiskLevel
Boolean string whether Flagright should lock the CRA risk level for the user.
Allowed values:
Request
timestamp
Timestamp of the event
userId
Transaction ID the event pertains to
eventId
Unique event ID
reason
Reason for the event or a state change
eventDescription
Event description
updatedBusinessUserAttributes
Model for a business user - optional fields
Response
Created
userId
Unique user ID for the user
createdTimestamp
Timestamp when the user was created
legalEntity
Model for business user legal entity details
activatedTimestamp
Timestamp when the user was activated
userStateDetails
kycStatusDetails
directors
Director(s) of the company. Must be at least one
transactionLimits
Model for transaction limits for a given user
riskLevel
Allowed values:
kycRiskLevel
Allowed values:
allowedPaymentMethods
linkedEntities
acquisitionChannel
Model for User acquisition channel
savedPaymentDetails
mccDetails
attachments
User's attachments uploaded by business user
executedRules
hitRules
riskScoreDetails