Part 1: Decisioning on the Business & Individual Shareholder(s)
1. The client creates a unique Alloy-External-Group-ID
string which will be used to group the business and the entities related to the business in the group.
2. Create a POST
request for the Business to the /evaluations
endpoint, which will be the primary entity in the group (https://docs.alloy.co/#Onboard-a-Person)
a. Add Alloy-External-Group-ID
with the corresponding unique string as a header
b. Add a meta
object in the body of the POST request with corresponding key-value pairs for the applicant_role
. The Business itself should be the primary
role in this group.
As a cURL Request, your POST should look something like this:
- Note: Remember to switch the url from
sandbox
toapi
for live evaluations - Note: The
application_token
andapplication_secret
should correspond to the Business Workflow Token & Business Workflow Secret (https://docs.alloy.co/#Authentication)
Response: If successful, you will receive a response similar to the response shown below.
- Note: Alloy generates a
group_token
which will be used to evaluate the Group as a whole after each entity within the group has been evaluated.
3. Similar to Step 2, you will now create a POST
request for the UBO(s) tied to the business. Use the same Alloy-External-Group-ID
in the header but change the application_token
and application_secret
to the Individual Workflow Token & Individual Workflow Secret. Additionally, in the meta object, the applicant_role
should be secondary
instead of primary
.
- Note: If you wish to evaluate several shareholders for the same business group, you will need to make a separate request for each individual.
Response: If successful, you will receive a response similar to the response shown below.
- Note: The
group_token
is the same in both evaluations
4. Once your evaluations have been run, you’ll be able to see the status of them from the Alloy dashboard. If either the Business or Individuals in the Group received a "Manual Review" outcome, you’ll need to decision on those before you can decision on the group itself.
Part 2: Decisioning on the Group
Groups should be decisioned on in a workflow specific to "group" types, shown below. The outcome logic may be configured to suit your particular needs, though our Best Practice is as follows:
If: All evaluations within the group are Denied, then Deny the Group
Else if: All evaluations within the group are Approved, then Approve the Group
Else: Manual Review
Note: At this point, the Group does not have a status:
To generate an outcome for the group (Approved, Denied, or Manual Review), run them through a "Group Evaluation" workflow, shown below.
Once each entity in the group has been evaluated & decisioned on, the group itself may be evaluated. Create a POST request to:
- Note: The
Group-Token
generated by Alloy is not the same as theExternal-Group-ID
used to create the group; either may be used to create the request.
As a cURL request:
If all of the entities within the group were "Approved", then the Group would be Approved; if all of the entities were "Denied", then the group would be Denied. If any of the entities within the group received a "Manual Review" outcome, the Group will move into the Review Queue.
Handling Groups Within the Review Queue
If an entity in a group received a Manual Review outcome, that entity must be reviewed & decisioned on first. After each entity has an outcome of Approved or Denied, the group itself can be reviewed & decisioned on.
1. To view a list of all Groups within the Review Queue, clients may filter for the "Group" type:
3. Review the entity/entities within the group which have an outcome of Manual Review.
- Note: From the dashboard, you’ll notice that the Review Group button is disabled until all applicants in the group have an outcome of Approved or Denied:
4. Click on the Review button in the entity’s Evaluation from the Group view:
5. Select an outcome for the Manual Review and provide a Review Reason:
6. Once the review is submitted, the Group may be reviewed & decisioned on. The review process will be similar to that from the previous step. Click the Review Group button in the upper righthand corner and provide an outcome, along with a reason, and, optionally, a note.
- Note: The Review Group button is no longer disabled.
7. Once you’ve submitted your Group Review, the status of the Group will change, as shown here:
Comments
0 comments
Article is closed for comments.