payment.processing event is sent when a payment is actively being processed and has not yet completed.
This event indicates that the payment has moved beyond initiation and is awaiting completion or failure.
Example Payload
Data Fields
Unique identifier for the payment transaction.
Current payment status. Always
processing for this event.Payment amount expressed in the major currency unit (for example, USD).
Handling the Event
Use this event to:- Update the payment record to a processing state
- Prevent duplicate or conflicting payment actions
- Reflect an in-progress state within your system

