Loading
{% block content %}
{% if kyc %}
Available Balance

₹ {% if apiuser.type_account %} {% else %} {% endif %}

Current Subscription

{{apiuser.package_id}}

Active From

{{date}}

Purchase Plan
{% if apiuser.type_account %} Recharge + {% endif %}
Total API Hits

Total Test API

{{totalTest}}

Total Production API

{{totalProduction}}

{% if activated_services_count %} {% for service in services %} {% if service in activated_services %}
Subscribed
{{ service.name }} Payment
{% if kyc %} {% else %} Complete KYC View KYC {% endif %}
{% endif %} {% endfor %} {% else %}
No Services Available

You have not purchased any services yet. Explore our available services and subscribe to start using them.

Purchased API
{% endif %}
{% else %}

1
2
3
Aadhar Verification
{% if not aadhar %} {% csrf_token %}

{% else %}

Your Aadhar is verified successfully.

{% endif %}
Verification Image
{% endif %}
{% endblock %}