Populated fields
Each transaction event populatestransactionId and accountId. The provider field indicates the source of the change (for example byzantine, bridge, or onchain).
Event types
| Event | Fires when |
|---|---|
transaction.created | A transaction has been created. |
transaction.waiting_for_funds | Byzantine is waiting for incoming funds. |
transaction.payment_in_review | The payment is under review. |
transaction.funds_in_transfer | Funds are being transferred. |
transaction.funds_received | Funds have been received. |
transaction.processing | The transaction is being processed on-chain. |
transaction.completed | The transaction completed successfully. |
transaction.simulation_failed | The transaction simulation failed. |
transaction.reverted | The transaction was reverted. |

