@extends('master') @section('title') Bank Code Report Express @stop @section('styles') @stop @section('content') @include('partials.nav')

Bank Code Express (4 hour delivery)

A direct enquiry at the corresponding bank, allowing us to understand the strength of the applicants banking account and cash flow based on set amounts (usually double the amount the application is made for i.e. 50,000 credit would justify 100,000 bank code. This way you know you are safe. Standard Bank Code (24 hour bank code) Normal Bank code takes up to 24 hours to return and includes: Date account opened, Bank code descriptions, Bank Code for set amount Full and Genera Bank Code Bank code that includes: Date account opened, Bank code descriptions, Bank Code for set amount, Information relating to RD/bounced Cheques, Insolvency info, Bankruptcy info Urgent Bank Code A standard bank code with same day delivery if called for before 14h30 pm 0r next morning delivery thereafter.


@if($errors->first('businessName')) {{ Form::text('businessName', '', ['class' => 'formFieldGrey', 'style'=>"border: 2px solid rgba(255, 0, 0, 0.3)"]) }} @else @endif
@if($errors->first('accountHolder')) {{ Form::text('accountHolder', '', ['class' => 'formFieldGrey', 'style'=>"border: 2px solid rgba(255, 0, 0, 0.3)"]) }} @else @endif
@if($errors->first('idNumber')) {{ Form::text('idNumber', '', ['class' => 'formFieldGrey', 'style'=>"border: 2px solid rgba(255, 0, 0, 0.3)"]) }} @else @endif
@if($errors->first('bank')) @else @endif
@if($errors->first('country')) @else @endif
@if($errors->first('branch')) {{ Form::text('branch', '', ['class' => 'formFieldGrey', 'style'=>"border: 2px solid rgba(255, 0, 0, 0.3)"]) }} @else @endif
@if($errors->first('branchName')) {{ Form::text('branchName', '', ['class' => 'formFieldGrey', 'style'=>"border: 2px solid rgba(255, 0, 0, 0.3)"]) }} @else @endif
@if($errors->first('terms')) @else @endif
@if($errors->first('amount')) {{ Form::text('amount', '', ['class' => 'formFieldGrey', 'style'=>"border: 2px solid rgba(255, 0, 0, 0.3)"]) }} @else @endif
@if($errors->first('accountNumber')) {{ Form::text('accountNumber', '', ['class' => 'formFieldGrey', 'style'=>"border: 2px solid rgba(255, 0, 0, 0.3)"]) }} @else @endif
@if($errors->first('accountType')) @else @endif

Select Supplier


@include('partials.footer') @section('scripts') @stop