@extends('layouts.responsive') @section('title', 'Bank Transfer') @section('content')

Bank Transfer

Send money to any Nigerian bank account

Back to P2P

Send to Bank Account

Transfer to any Nigerian bank

@csrf
@error('bank_code')

{{ $message }}

@enderror
@error('account_number')

{{ $message }}

@enderror
@error('amount')

{{ $message }}

@enderror

Min: ₦100, Max: ₦100,000

@error('description')

{{ $message }}

@enderror

Transaction Fee

Bank transfers have a fee of ₦10 per transaction. The fee will be deducted from your wallet balance.

Quick Amounts

Bank Transfer Information

  • • Transfers typically complete within 2-5 minutes
  • • Account verification happens automatically
  • • Maximum transfer limit: ₦100,000 per transaction
  • • Daily transfer limit: ₦500,000
@push('scripts') @endpush @endsection