Fired when a submitted payment is rejected post-processing.
@spec from_payload(map()) :: %ClearBank.Webhook.Events.TransactionRejected{ account_id: term(), amount: term(), currency: term(), reason_code: term(), reason_description: term(), timestamp: term(), transaction_id: term() }