{% extends 'aapayout/base.html' %} {% load i18n %} {% load humanize %} {% block page_title %}{% trans "Verify Payments" %} - {{ loot_pool.fleet.name }}{% endblock %} {% block aapayout_content %}

{% trans "Verify Payments via ESI" %}

{% trans "Back to Payouts" %}
{% trans "Payment Verification" %}
{% trans "How it works:" %}
  • {% trans "The system will check your ESI wallet journal for ISK transfers" %}
  • {% trans "Pending payouts that match journal entries will be automatically marked as paid" %}
  • {% trans "Matching is based on amount, recipient, and timestamp" %}
  • {% trans "Any unmatched payouts can be manually verified afterward" %}
{% trans "Fleet" %}

{{ loot_pool.fleet.name }}

{{ loot_pool.fleet.fleet_time|date:"Y-m-d H:i" }}
{% trans "Pending Payouts" %}

{{ pending_count }} {% trans "payout(s)" %}

{% csrf_token %}
{% trans "How far back to search in your wallet journal for matching payments" %}
{% trans "Requirements:" %}
  • {% trans "You must have an ESI token linked with wallet journal access" %}
  • {% trans "Required scope:" %} esi-wallet.read_character_journal.v1
  • {% trans "Verification may take a few moments to complete" %}
{% trans "Help" %}
{% trans "What is ESI?" %}

{% trans "ESI (EVE Swagger Interface) is CCP's official API for accessing EVE Online data. It allows this app to check your wallet journal for payment verification." %}

{% trans "Why do I need wallet access?" %}

{% trans "To verify payments, the system needs to read your character's wallet journal to find the ISK transfers you made." %}

{% trans "Is this secure?" %}

{% trans "Yes! ESI uses OAuth2 authentication and only requests the specific permissions needed. Your wallet journal is only used for payment matching." %}

{% trans "What if verification fails?" %}

{% trans "You can always manually mark payouts as paid using the \"Mark Paid\" button on the payout list." %}

{% endblock %}