Velocity Rule Engine

Velocity Rule Engine List
{% if error %}

{{ error }}

{% endif %}
{% for each_velocity in velocityRulesList %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Merchant Name Min.Txn Amount Max.Txn Amount Max.Txn Per Minute Max.Txn Per Benificiary No.Of Fails Per Insufficient Balance No.Of Fails Per Load Funds Max.Txn Same Amount Per Hour No.Of Fails Per Benificiary Created On Status Action
{{ loop.index }} {{ each_velocity.userName }} {{ each_velocity.minTxnAmount }} {{ each_velocity.maxTxnAmount }} {{ each_velocity.maxTxnsPerMinute }} {{ each_velocity.maxTxnsPerBenificiary }} {{ each_velocity.noOfFailsPerInsuffcientBalance }} {{ each_velocity.noOfFailsPerLoadFunds }} {{ each_velocity.maxTxnsSameAmountPerHour }} {{ each_velocity.noOfFailsPerBenificiary }} {{ each_velocity.createdOn }} {% if each_velocity.actionText == "Active" %} {{ each_velocity.actionText }} {% else %} {{ each_velocity.actionText }} {% endif %}