Third Party Integrations

Sites List
{% if 'add' in session.get('thirdPartyIntegrationPermissions', []) %} {% endif %}
{% if error %}

{{ error }}

{% endif %}
{% if 'edit' in session.get('thirdPartyIntegrationPermissions', []) %} {% endif %} {% if sitesList %} {% for each_site in sitesList %} {% if each_site.name %} {% else %} {% endif %} {% if 'edit' in session.get('thirdPartyIntegrationPermissions', []) %} {% endif %} {% endfor %} {% else %} {% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == "success" %}

{{ message }}

{% elif category == "danger" %}

{{ message }}

{% else %}

{{ message }}

{% endif %} {% endfor %} {% endif %} {% endwith %}
S.No Site Name Payin Names Payout Names Keys Created OnStatus Action
{{ snoCount + loop.index}}{{ each_site.name }}- {% if each_site.enablePayin == True %} {{ each_site.payinNames }} {% else %} {{each_site.enablePayin}} {% endif %} {% if each_site.enablePayout == True %} {{ each_site.payoutNames }} {% else %} {{each_site.enablePayout}} {% endif %} {{ each_site.createdOn }} {% if each_site.status == 1 %}
{% else %}
{% endif %}
{% if 'edit' in session.get('thirdPartyIntegrationPermissions', []) %} {% endif %}
No Data Found