EDIT CLIENT INFORMATION

Update client details

{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% csrf_token %}

PERSONAL INFORMATION

RURAL ADDRESS

RURAL INFORMATION

CAPITAL INVESTED

EXPECTED TURNOVER

DOCUMENT UPLOADS

Upload front and back of ID (PDF, JPG, PNG)

{% if client.id_document %}

Current: {{ client.id_document.name|slice:"7:" }}

{% endif %}

Upload a clear selfie photo (JPG, PNG)

{% if client.selfie %}

Current: {{ client.selfie.name|slice:"7:" }}

{% endif %}

Upload recent utility bill (PDF, JPG, PNG)

{% if client.utility_bill %}

Current: {{ client.utility_bill.name|slice:"7:" }}

{% endif %}

Upload recent bank statement (PDF, JPG, PNG)

{% if client.bank_statement %}

Current: {{ client.bank_statement.name|slice:"7:" }}

{% endif %}

Upload vehicle logbook (PDF, JPG, PNG)

{% if client.logbook %}

Current: {{ client.logbook.name|slice:"7:" }}

{% endif %}

Upload title deed (PDF, JPG, PNG)

{% if client.title_deed %}

Current: {{ client.title_deed.name|slice:"7:" }}

{% endif %}

Upload any other relevant documents (PDF, JPG, PNG)

{% if client.other_documents %}

Current: {{ client.other_documents.name|slice:"7:" }}

{% endif %}

SIGNATURE

Upload your signature image (JPG, PNG)

{% if client.signature %}

Current: {{ client.signature.name|slice:"7:" }}

{% endif %}

DECLARATION

I/We confirm that:

  • A) The information we have provided herein and the disclosure made are true
  • B) We have received, read, and understood the general terms and conditions of RuralPoint Kenya Limited and undertake to comply, observe, and be bound by the same.

RECOMMENDERS

GUARANTORS (Optional)

Cancel