OnPaymentCreated
This hook runs after commands have been applied to a Payment Actor from the create message, but before the OnPaymentCommands hook. Commands returned will be applied to the payment and changes are available to the the OnPaymentCommands hook.
Type
filtrera
{
hook: 'OnPaymentCreated'
payment: Payment
}