Skip to content
← Back to Index

OnPaymentJournal

This hook runs after any payment journal entries have been created.

Type

filtrera
{
  hook: 'OnPaymentJournal'
  payment: Payment // The payment, including the newly added journal entries
  entries: [PaymentJournalEntry] // The journal entries that were added
}

Effects

messageActor Sends a message to another actor.
scheduleJob Schedules a job.
sendEmail Queues an email for delivery through the Sendings system.

© 2024 Hantera AB. All rights reserved.