TestkitAction
| Field | Type | Required | Description |
|---|---|---|---|
| actor_id | string | ||
| actor_kind | string | ||
| actor_name | string | ||
| created_at | string (date-time) | (date-time) | |
| id | string | ||
| kind | enum | Values: `simulate_payment`, `simulate_refund`, `simulate_payout`, `simulate_settlement`, `clock_advance`, `seed`, `reset`, `ping`, `sink_created`, `sink_deleted` | |
| mode | string | ||
| object_id | string | ||
| object_number | string | ||
| object_type | string | ||
| params | object | ||
| request_id | string | ||
| result | string | ||
| updated_at | string (date-time) | (date-time) |
Example
Generated from the schema — a shape, not a sample.
{
"actor_id": "string",
"actor_kind": "string",
"actor_name": "string",
"created_at": "2026-10-01T09:00:00Z",
"id": "string",
"kind": "simulate_payment",
"mode": "string",
"object_id": "string",
"object_number": "string",
"object_type": "string",
"params": {},
"request_id": "string",
"result": "string",
"updated_at": "2026-10-01T09:00:00Z"
}