Skip to content
← Back to Index

OnPaymentCommands

This hook runs after commands have been applied to a Payment Actor from the create or applyCommands message. Commands returned from rules does not trigger the hook again.

Type

filtrera
{
  hook: 'OnPaymentCommands'
  before: Payment // The payment before the commands were applied
  payment: Payment // The payment after the commands were applied
}

Effects

paymentCommand Applies a command to the payment actor.

© 2024 Hantera AB. All rights reserved.