Skip to main content

When fired

Emitted once per subscription successfully created by POST /v1/spvs/{spv_slug}/subscriptions. The subscription is in pending status and is ready to receive a signed form upload.

Envelope fields

string
required
Unique per delivery.
string
required
Always "subscription.created".
string (ISO 8601 UTC)
required
Timestamp the subscription was created.
object
required
See payload schema below.

data schema

string
required
Stable subscription identifier.
string
required
The SPV the subscription belongs to.
string
required
Zest person id of the investor.
string
Echoed from the request when supplied.
object
required
Investment amount as { "currency": "USD", "value": "50000.00" }.
string
required
Slug of the share class on this subscription.
string
required
Always "pending" for this event.

Example