Documentation Index
Fetch the complete documentation index at: https://docs.finventi.com/llms.txt
Use this file to discover all available pages before exploring further.
This webhook is sent when a transaction execution request has failed.
Webhook Structure
Unique identifier for this event
Timestamp of when the event occurred
Identifier to correlate the request with the response. Present only for client-initiated transactions.
The type of event. Value:
transaction.execution-failedThe event data containing the details below
Data Fields
List of errors that caused the failure
Error Codes
New error codes may be added in future versions. Consumers should handle unknown codes gracefully.
| Code | Description |
|---|---|
ACCOUNT_NOT_FOUND | Account not found |
ACCOUNT_CLOSED | Account closed |
INSUFFICIENT_FUNDS | Insufficient funds |
TRANSACTION_FAILED | Transaction failed |
TRANSACTION_POSTING_BALANCE_CALCULATION_FAILED | Transaction posting balance calculation failed |
SYSTEM_ERROR | Internal system error |