Fields
| Field | Type | Description |
|---|---|---|
intentId | string | Unique identifier for the intent. |
authorizationId | string | The Authorization this intent was submitted under. |
action | string | The requested action, e.g. vendor-payment. |
target | string | The target of the action. |
parameters | Record<string, unknown> | Action-specific parameters. |
createdAt | Date | When the intent was created. |