{% extends "partials/dashboard-base.html" %} {% load static %} {% load humanize %} {% block content %}

Make a Payment

icon
Step 3 of 3
Confirm Request!
image

{{ account.user.kyc.full_name|title }}

{{ account.account_number }}
{{ account.user.email }}
Payment Details
  • You Requested {{transaction.amount}} USD
  • From {{account.user.kyc.full_name|title}}
  • Fee Free
  • Description {{transaction.description}}
  • Transfer was initiated on {{transaction.date}}
{% endblock content %}