{% extends "base.html" %}
{% block title %}Overview · KarmaSakshi Control Center{% endblock %}
{% block content %}
Real Gateway state for your organization, from proposal through independent verification.Effect overview
| Reference | Beneficiary | Amount | Risk | Decision | Verification |
|---|---|---|---|---|---|
| {{ refund.reference }} {{ refund.manifest_id[:8] }} |
{{ refund.beneficiary }} | {{ refund.currency }} {{ "%.2f"|format(refund.amount_minor_units / 100) }} | {{ refund.risk_score }} · {{ refund.risk_level }} | {{ refund.decision_status }} | {{ refund.verification_status|replace('_',' ') }} |