When an investor requests a subscription, the associated information displays in the Subscriptions Received tab.
To review the subscription details:
Click the link under Lot ID to review the subscription request and perform next steps.
If the investor status is Pending, click the Investor ID link.
Click Approve or Reject.
Return to the Lot Details screen.
Use the buttons at the bottom of the screen to complete next steps (Accept, Reject, or Send for Remediation).
For incoming subscriptions, you'll need to implement the following endpoints:
Get Asset Details (filtered by security ID)
Get Security Details (filtered by security ID)
(filtered by account ID)
To accept the subscription:
Click Accept.
Click Confirm.
For accepting subscriptions, you'll need to implement the following endpoint:
To reject a subscription:
Click Reject.
Enter the reason for rejecting the subscription.
Click Confirm.
For rejecting subscriptions, you'll need to implement the following endpoint:
To request remediation:
Click Send for Remediation.
Click the Reason field to display a list.
Select a reason that applies.
(Optional) Click the Document list to select the document requiring changes.
If you selected a document, you can specify a page number.
Add comments to elaborate on the selected reason.
If there are multiple reasons, click Add Another Reason and repeat steps 2 and 3.
Click Confirm.
Note: Once assets are remediated, they return to the "incoming subscription" list.
To request remediation, you'll need to implement the following endpoint:
Request Digital Asset Remediation (Note: Once assets are remediated, they return to the "incoming subscription" list.)