Skip to main content
This webhook is sent when a payment has been created in the system.

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.created
object
required
The event data containing the details below

Data Fields

string (UUID)
required
Unique identifier of the created payment
string
required
Payment scheme. Available values: SCT, SCT_INST, INTERNAL
string
required
Payment direction. Available values: INBOUND, OUTBOUND

Request Example

Last modified on July 20, 2026