Order Status Updated
When an order status has changed e.g. investor completes the subscription, subscription is countersigned etc
Event name fundsub.order.status.updated
Payload
{
"event": string,
"createdAt": string, // example: "2024-10-20T07:52:28.696629792Z"
"fundId": string,
"orderId": string,
"oldStatus": string,
"newStatus": string
}
For a list of available statues, you can find here .
Updated 3 months ago