Digital Gold

Gold Success Transactions List
{% if error %}

{{ 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 %}
{% if goldTransactionsList %} {% for each_payin in goldTransactionsList %} {% if each_payin.apiName %} {% else %} {% endif %} {% if each_payin.transactionType %} {% else %} {% endif %} {% if each_payin.pgOrderId %} {% else %} {% endif %} {% if each_payin.transactionId %} {% else %} {% endif %} {% if each_payin.apiTransactionId %} {% else %} {% endif %} {% if each_payin.invoiceId %} {% else %} {% endif %} {% if each_payin.userName %} {% else %} {% endif %} {% if each_payin.rateId %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
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}}{{each_payin.apiName }}-{{each_payin.transactionType }}-{{each_payin.pgOrderId }}-{{each_payin.transactionId }}-{{each_payin.apiTransactionId }}-{{each_payin.invoiceId }}-{{each_payin.userName}}-{{each_payin.rateId}}-{{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