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
Payment scheme. Available values:
SCT, SCT_INST, INTERNALPayment direction. Available values:
INBOUND, OUTBOUNDList of errors indicating the reason(s) for the failure. Each error contains the fields below.
Error 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 |
CLOSED_ACCOUNT | AC04 | Closed account |
BLOCKED_ACCOUNT | AC06 | Blocked account |
SYSTEM_ERROR | — | Internal system error |
OTHER | — | Unknown error |