payment.opened event is sent when a payment has been created and is in an open state, but has not yet begun processing.
This event indicates that the payment exists and is awaiting the next step in its lifecycle.
Example Payload
Data Fields
Unique identifier for the payment transaction.
Current payment status. Always
opened for this event.Payment amount expressed in the major currency unit (for example, USD).
Handling the Event
Use this event to:- Record the creation of a new payment
- Track payments that have not yet progressed
- Maintain visibility into pending or idle payment states
- Trigger internal logic that depends on payment availability

