SimulateResult
| Field | Type | Required | Description |
|---|---|---|---|
| action_id | string | ||
| outcome | string | ||
| payment_id | string | ||
| payout_id | string | ||
| provider_event_id | string | ||
| refund_id | string | ||
| replayed | boolean |
Example
Generated from the schema — a shape, not a sample.
{
"action_id": "string",
"outcome": "string",
"payment_id": "string",
"payout_id": "string",
"provider_event_id": "string",
"refund_id": "string",
"replayed": false
}