{% extends 'rental_app/base_rental.html' %} {% block title %}Banking Details{% endblock %} {% block content %}
Rental Owner Dashboard

Banking Details

Add or update your bank account details so rental payments can be transferred to you after applicable commission deductions.

Payout Information

{% csrf_token %}
{{ form.account_holder_name }}
{{ form.bank_name }}
{{ form.branch_name }}
{{ form.account_number }}
{{ form.iban }}
{{ form.swift_code }}
{{ form.bank_country }}
{% if banking_details.is_verified %} Verified {% else %} Not verified yet {% endif %}
{{ form.bank_address }}
{{ form.payment_notes }}
Back to Profile Page
Important Notes
  • Payments can be transferred only after required verification steps.
  • Your rental commission may be deducted before payout.
  • Make sure your account number and bank transfer details are correct.
  • You can update these details any time if your bank account changes.
{% endblock %}