{% extends 'base.html' %} {% block title %}Platform Settings — Avighna{% endblock %} {% block content %}

OVSE / Platform Settings

Single registered OVSE for the whole platform — every client's callback URL is derived from this.

← Back
{% if messages %} {% for m in messages %}
{{ m }}
{% endfor %} {% endif %}
{% csrf_token %}
Must be the domain registered with UIDAI as your OVSE. Every client's callback URL is <this>/verify-response/ — the exact same fixed URL for every client (UIDAI only knows one callback endpoint; we tell clients apart internally using the TxnID from each QR session). Changing this will regenerate the callback URL for every client — make sure the new domain is registered with UIDAI before saving, or verification will break platform-wide.

Shared UIDAI Credentials

Used for every client's verification requests — clients no longer need their own AC/SA code or keys.

🔒 Keep this confidential. Never share with anyone.

Payment Gateway

Turn this off to stop showing the Cashfree pay button to clients — they'll only be able to activate a plan using a coupon code, with a message to contact you directly.

Shown to clients on the payment page when the gateway is disabled ("Contact administrator at ... for activation").
Client-wise Callback URLs ({{ orgs|length }})
{% for org in orgs %} {% empty %} {% endfor %}
Client Slug Callback URL
{{ org.name }} {{ org.slug }} {{ org.callback_url }}
No clients yet.
{% endblock %}