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

Make a Payment

icon
Step 3 of 3
Confirm Your Transfer
image

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

{{ account.account_number }}
{{ account.user.email }}
Payment Details
  • You Send {{transaction.amount}} USD
  • Recipient gets {{transaction.amount}} USD
  • E-mail of receiver {{account.user.email}}
  • Fee Free
  • Description {{transaction.description}}
  • Transfer was initiated on {{transaction.date}}
{% endblock content %}