Skip to content

Rule Hook

OnPaymentDeleted

Back to Index

This hook runs after a Payment Actor has been deleted.

Type

{
hook: 'OnPaymentDeleted'
payment: Payment // State of the payment before deletion
}

Effects

messageActor Sends a message to another actor after the payment has been deleted. Responses from the target actor is ignored.

scheduleJob Schedules a job.

Back to Index