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

`effects.common.sendMessage` Sends a message to another actor after the payment has been saved. Responses from the target actor is ignored.
`effects.common.callReactor` Calls a reactor method after the payment has been saved. Responses from the reactor is ignored.

© 2024 Hantera AB. All rights reserved.