OnPaymentBeforeCreated
Back to IndexThis hook runs before any command have been applied to a Payment Actor from the [create
]/reference/actors/payment/messages/create) message.
Commands returned will be applied to the order before the create
message’s commands.
Type
Effects
Sends a message to another actor after the payment has been saved. Responses from the target actor is ignored.effects.common.sendMessage
Aborts the creation of the payment and returns the error to the caller.effects.common.validationError
Applies a command to the actor. Replace effects.order.command.*
*
with the type of command you want to apply.