{{ 'موفق' if ok else 'ناموفق' }}
{{ title }}
{{ message }}
{% if verification_status is defined %}وضعیت verify: {{ verification_status }}
{% endif %} {% if balance is defined %}موجودی فعلی: {{ balance }} {{ currency_label }}
{% endif %} {% if payment %}جزئیات تراکنش
- authority
- {{ payment.authority }}
- order_id
- {{ payment.order_id }}
- amount
- {{ payment.amount }}
- amount_unique_token
- {{ payment.amount_unique_token }}
- status
- {{ payment.status }}