Skip to main content

When fired

Emitted immediately after POST /v1/spv-requests succeeds (HTTP 201 Created). The SPV request is in pending-review status awaiting Zest admin action.

Envelope fields

string
required
Unique per delivery. Use for dedup.
string
required
Always "spv_request.created".
string (ISO 8601 UTC)
required
Timestamp the SPV request was created.
object
required
See payload schema below.

data schema

string
required
Stable Zest-side identifier of the SPV request, e.g. svr_a1b2c3.
string
required
Contract template id used (e.g. <your_template_id>).
string
required
Contract template version (e.g. 1.0.0).
string
required
Tenant slug the request belongs to.
object
required
The validated attributes map you submitted.
string
required
Always "pending-review" for this event.

Example