PaygateDeveloper documentation

TestkitAction

FieldTypeRequiredDescription
actor_idstring
actor_kindstring
actor_namestring
created_atstring (date-time) (date-time)
idstring
kindenumValues: `simulate_payment`, `simulate_refund`, `simulate_payout`, `simulate_settlement`, `clock_advance`, `seed`, `reset`, `ping`, `sink_created`, `sink_deleted`
modestring
object_idstring
object_numberstring
object_typestring
paramsobject
request_idstring
resultstring
updated_atstring (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"
}