PG Settlement
{% if 'add' in session.get('pgSettlementsPermission', []) %}
{% endif %}
{{ error }}
{% endif %}
S.No | Transaction API | Settlement Amount | Additional Charge Type | Additional Charge Value | Additional Charge Amount | GST Charge Type | GST Charge Value | GST Charge Amount | Settlement Date Time | Created On | {% if 'edit' in session.get('pgSettlementsPermission', []) %}Status | Action | {% endif %}|||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ snoCount + loop.index }} | {% if each_pg_settlement.transactionAPIId.apiName %}{{ each_pg_settlement.transactionAPIId.apiName }} | {% else %}- | {% endif %}{{ each_pg_settlement.settlementAmount }} | {% if each_pg_settlement.additionalChargeType %}{{ each_pg_settlement.additionalChargeType }} | {% else %}- | {% endif %}{{ each_pg_settlement.additionalChargeValue }} | {{ each_pg_settlement.additionalChargeAmount }} | {% if each_pg_settlement.gstChargeType %}{{ each_pg_settlement.gstChargeType }} | {% else %}- | {% endif %}{{ each_pg_settlement.gstChargeValue }} | {{ each_pg_settlement.gstChargeAmount }} | {% if each_pg_settlement.settlementDateTime %}{{ each_pg_settlement.settlementDateTime.strftime("%Y-%m-%d %H:%M:%S") }} | {% else %}- | {% endif %} {% if each_pg_settlement.createdOn %}{{ each_pg_settlement.createdOn.strftime("%Y-%m-%d %H:%M:%S") }} | {% else %}- | {% endif %} {% if 'edit' in session.get('pgSettlementsPermission', []) %}{% if each_pg_settlement.status == 1 %} Active {% else %} Inactive {% endif %} | {% endif %}{% if 'edit' in session.get('pgSettlementsPermission', []) %} {% endif %} |
No Data Found |