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 payment could not be created, for example due to an invalid account.
Webhook Structure
Unique identifier for this event
Timestamp of when the event occurred
Identifier to correlate the request with the response. Present only for outbound payments.
The type of event. Value:
payment.creation-failedThe event data containing the details below
Data Fields
Unique identifier of the payment. May be absent if the payment could not be created.
Payment scheme. Available values:
SCT, SCT_INSTPayment direction. Available values:
INBOUND, OUTBOUNDError code indicating the reason for the failure. See Error Codes below.
Human-readable description of the error
Error Codes
New error codes may be added in future versions. Consumers should handle unknown codes gracefully.
| Code | ISO | Description |
|---|---|---|
INCORRECT_ACCOUNT_NUMBER | AC01 | Incorrect account number |
INVALID_REQUEST | — | Invalid payment request |
SYSTEM_ERROR | — | Internal system error |
OTHER | — | Unknown error |