Skip to main content
This webhook is sent when a payment could not be created, for example due to an invalid account.

Webhook Structure

string (UUID)
required
Unique identifier for this event
string (ISO 8601)
required
Timestamp of when the event occurred
string
Identifier to correlate the request with the response. Present only for outbound payments.
string
required
The type of event. Value: payment.creation-failed
object
required
The event data containing the details below

Data Fields

string
required
Payment scheme. Available values: SCT, SCT_INST, INTERNAL
string
required
Payment direction. Available values: INBOUND, OUTBOUND
array
required
List of errors indicating the reason(s) for the failure. Each error contains the fields below.
string
required
Error code indicating the reason for the failure. See Error Codes below.
string
Human-readable description of the error

Error Codes

New error codes may be added in future versions. Consumers should handle unknown codes gracefully.

Request Example

Last modified on July 20, 2026