@extends('layouts.frontend') @section('title', 'Bank Details') @section('content')

{{ $product_details->product_name}}

@if(Session::get('success'))
{{Session::get('success')}}
@endif @if(Session::get('failure'))
{{Session::get('failure')}}
@endif @if (count($errors) > 0)
Whoops! All field are required..

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
  • Cover
  • Bank Details
  • Confirmation

We’re almost finished. To complete your policy set up, we just need to set up your monthly direct debit.

@if($product_details->id=="144" || $product_details->id=="151") @endif
Do you hold a UK Bank / Building Society account of which you are the account holder?
Is this account authorised to have direct debits applied to it?
Are you the only person required to authorise debits from this account?
Please confirm you can afford the monthly payments?

Please enter your bank details


@if($product_details->id=="144" || $product_details->id=="151")
@else
@endif
IBAN:
Bank:
Bank BIC:
Branch:
Branch BIC:
Town:
Post Code
Phone:
Address:
 
@if($product_details->id == Config::get('constant.SHEPHERDS_FRIENDLY_LONGTERM') || $product_details->id == Config::get('constant.SHEPHERDS_FRIENDLY_SHORTERM')) @elseif($product_details->id=="144" || $product_details->id=="151")

Your monthly premium will be collected by Creation.

We will lodge your Direct Debit instruction against the account provided within the next 5 working days. Your Direct Debit instruction will be confirmed to you by email within 3 working days or no later than 5 working days before the first collection.

Your first direct debit will be taken in 10 working days, and at the same time each month. Please contact us if you would like to change your payment date.

The name that will appear on your bank statement is Creation Consumer Finance. If there are any changes to the date, amount or frequency of your Direct Debit, we will always give you 10 working days’ notice in advance of your account being debited or as otherwise agreed.



Contact Details

If you have any questions or concerns please see our contact details below:

Telephone number: 0371 376 9200

Opening hours: Mon - Fri: 8:30am - 5:30pm and Saturdays: 8:30am - 5:00pm

Address: Creation Customer Enquiries, Chadwick House, Blenheim Court, Solihull, B912AA

Email: insurancefinance@creation.co.uk

All Direct Debits are protected by a guarantee. The guarantee is detailed below:

The Direct Debit Guarantee

  • The Guarantee is offered by all banks and building societies that accept instructions to pay by Direct Debit.
  • If there are any changes to the amount, date or frequency of your Direct Debit,Creation Premium Finance will notify you 10 working days in advance of your account being debited or as otherwise agreed. If you request Creation Premium Finance to collect a payment, confirmation of the amount and date will be given to you at the time of the request
  • If an error is made in the payment or your Direct Debit by Creation Consumer Finance or your bank or building society you are entitled to a full and immediate refund from your bank or building society
  • If you receive a refund that you are not entitled to, you must pay back when Creation Premium Finance asks you to.
  • You can cancel a Direct Debit at any time by simply contacting your bank or building society. Written confirmation may be requested. Please also notify us.
@else

Please note the following information

In the future if there is a change to the date, amount or frequency of your Direct Debit, we will always give you 5 working days notice in advance of your account being debited.

Your Direct Debit instruction will be confirmed to you by email within 3 working days or no later than 5 working days before the first collection.

We will lodge your Direct Debit instruction against the account provided within the next 5 working days.

The name that will appear on your bank statement will show as Best Insurance.

Contact Details

If you have any questions or concerns please see our contact details below:

Telephone number: 01582 280140

Opening hours: 9am - 9pm Monday to Friday

Address: Associated Premium Funding Limited 721 Capability Green, Luton, LU1 3LU

Email: enquiries@bexhilluk.com

All Direct Debits are protected by a guarantee. The guarantee is detailed below:

The Direct Debit Guarantee

  • This Guarantee is offered by all banks and building societies that accept instructions to pay Direct Debits.
  • If there are any changes to the amount, date or frequency of your Direct Debit Associated Premium Funding Limited will notify you 10 working days in advance of your account being debited or as otherwise agreed. if you request Associated Premium Funding Limited to collect a Payment confirmation the amount and date will be given to you at the time of the request
  • If an error is made in the payment of your Direct Debit, by Associated Premium Funding Limited or your bank or building society, you are entitled to a full and immediate refund of the amount paid from your bank or building society - if you receive a refund you are not entitled to, you must pay it back when Associated Premium Funding Limited asks you to.
  • You can cancel a Direct Debit at any time by simply contacting your bank or building society. Written confirmation may be required. Please also notify us.
@endif

@include('slices.frontend.get-a-quot.right_bottom')
@endsection @section('page-script') @stop