Third Party Integrations

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

{{ error }}

{% endif %}
{% for each_site in sitesList %} {% if 'edit' in session.get('thirdPartyIntegrationPermissions', []) %} {% endif %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Site Name Payin Names Payout Names Keys Created On Status Action
{{ 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 %}