Digital Gold

Gold Failed 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 %} {% for error in form.merchantId.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.paymentapiName %} {% 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 Name PG Order ID Transaction ID Api Txn ID Invoice Id Merchant Name rateId currentPrice purchaseGrams(₹) purchaseAmount(₹) purchaseGrandTotal(₹) paymentGrandTotal(₹) paymentStatus(₹) Date Status
{{snoCount + loop.index}}{{each_payin.apiName }}-{{each_payin.transactionType }}-{{ each_payin.paymentapiName }}-{{each_payin.pgOrderId }}-{{each_payin.transactionId }}-{{each_payin.apiTransactionId }}-{{each_payin.invoiceId }}-{{each_payin.userName}}-{{each_payin.rateId}}-{{each_payin.currentPrice}} {{each_payin.purchaseGrams}} {{each_payin.purchaseAmount}} {{each_payin.purchaseGrandTotal}} {{each_payin.paymentGrandTotal}} {% if each_payin.paymentStatus == "Success" %} {% else %} {% endif %} {{ each_payin.createdOn }} {% if each_payin.status == "Success" %} {% else %} {% endif %}
No Data Found