Merchant Profile

Merchant Profile List
{% if 'add' in session.get('patternPermissions', []) %} {% endif %}
{% if error %}

{{ error }}

{% endif %}
{% for each_pattern in patternsList %} {% if 'edit' in session.get('patternPermissions', []) %} {% endif %} {% if 'edit' in session.get('patternPermissions', []) %} {% endif %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Profile Name Description Default Profile Payin Enable Payout Enable Created By Created On Status Action
{{loop.index}} {{each_pattern.name}} {{each_pattern.description}} {{each_pattern.defaultProfile}} {{each_pattern.payinEnable}} {{each_pattern.payoutEnable}} {{each_pattern.adminName}} {{each_pattern.createdOn}} {% if each_pattern.actionText == "Active" %} {% else %} {% endif %}