TransactionLifecycleResponse

Type TransactionLifecycleResponse

Properties

Here are the fields under data:

type
required
String     The transaction_lifecycle string
data.lifecycle
required
TransactionLifecycle     The lifecycle object being tracked.

Example Payload

{
  "type": "transaction_lifecycle",
  "data": {
    "lifecycle": {
      "transaction_status":"executed",
      "id": "da1abcf7e205cf410c35ba3d474fd8d854a7513d439f7f1188d186493253ed24",
      "transaction": { ... "actions": [ ... ] ... },
      "execution_trace": { ... },
      ...
    }
  }
}