Digital Gold

Gold User Balance List
{% if error %}

{{ error }}

{% endif %}
{% for error in form.userId.errors %} {{ error }} {% endfor %} {% for error in form.goldGatewayId.errors %} {{ error }}
{% endfor %}
{% if goldTransactionsList %} {% for each_payin in goldTransactionsList %} {% if each_payin.userName %} {% else %} {% endif %} {% if each_payin.apiName %} {% else %} {% endif %} {% if each_payin.apiName %} {% else %} {% endif %} {% if each_payin.apiReferenceId %} {% else %} {% endif %} {% if each_payin.mobileNumber %} {% else %} {% endif %} {% if each_payin.pinCode %} {% else %} {% endif %} {% if each_payin.email %} {% else %} {% endif %} {% if each_payin.kycVerify %} {% else %} {% endif %} {% if each_payin.aadharNumber %} {% else %} {% endif %} {% if each_payin.panNumber %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Merchant Name Gold Api Name PG Name Api Reference Id Gold Balance Amount(₹) Gold Balance Grams(₹) Sell Grams Sell Amount MobileNumber PinCode Email kyc Verify AadharNumber PanNumber Date Status
{{snoCount + loop.index}}{{each_payin.userName}}-{{each_payin.apiName }}-{{ each_payin.apiName }}-{{each_payin.apiReferenceId }}-{{each_payin.goldBalanceAmount}} {{each_payin.goldBalanceGrams}} {{each_payin.sellGrams }} {{each_payin.sellAmount }}{{each_payin.mobileNumber }}-{{each_payin.pinCode }}-{{each_payin.email}}-{{each_payin.kycVerify}}-{{each_payin.aadharNumber}}-{{each_payin.panNumber}}-{{ each_payin.createdOn }} {% if each_payin.status == 1 %} {% else %} {% endif %}
No Data Found