payment.settling event is sent when a payment has completed processing and the settlement process has begun.
This state indicates that the payment amount is being settled to the destination card and has not yet reached final settlement.
Example Payload
Data Fields
Unique identifier for the payment transaction.
Current payment status. Always
settling for this event.Payment amount represented as a decimal in the transaction currency.
Handling the Event
Use this event to:- Track payments that are undergoing settlement
- Reflect a settling or pending balance state in your system
- Prevent duplicate settlement actions
- Monitor settlement progress before final completion

