Gold All Transactions List
{{ error }}
{% endif %}
{% for error in form.startDate.errors %}
{{ error }}
{% endfor %} {% for error in form.endDate.errors %} {{ error }}
{% endfor %} {% for error in form.searchId.errors %} {{ error }}
{% endfor %} {% for error in form.goldGatewayId.errors %} {{ error }}
{% endfor %}
{% endfor %} {% for error in form.endDate.errors %} {{ error }}
{% endfor %} {% for error in form.searchId.errors %} {{ error }}
{% endfor %} {% for error in form.goldGatewayId.errors %} {{ error }}
{% endfor %}
S.No | Gold Api Name | Txn Type | PG Order ID | Transaction ID | Api Txn ID | Invoice Id | Merchant Name | rateId | currentPrice | purchaseAmount(₹) | purchaseGrams(₹) | purchaseGrandTotal(₹) | Date | Status | bankStatus | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{snoCount + loop.index}} | {% if each_payin.apiName %}{{each_payin.apiName }} | {% else %}- | {% endif %} {% if each_payin.transactionType %}{{each_payin.transactionType }} | {% else %}- | {% endif %} {% if each_payin.pgOrderId %}{{each_payin.pgOrderId }} | {% else %}- | {% endif %} {% if each_payin.transactionId %}{{each_payin.transactionId }} | {% else %}- | {% endif %} {% if each_payin.apiTransactionId %}{{each_payin.apiTransactionId }} | {% else %}- | {% endif %} {% if each_payin.invoiceId %}{{each_payin.invoiceId }} | {% else %}- | {% endif %} {% if each_payin.userName %}{{each_payin.userName}} | {% else %}- | {% endif %} {% if each_payin.rateId %}{{each_payin.rateId}} | {% else %}- | {% endif %}{{each_payin.currentPrice}} | {{each_payin.purchaseAmount}} | {{each_payin.purchaseGrams}} | {{each_payin.purchaseGrandTotal}} | {{ each_payin.createdOn }} | {% if each_payin.status == "Success" %} {% else %} {% endif %} | {% if each_payin.bankStatus == "Success" %} {% else %} {% endif %} |
No Data Found |