{{ __('Select Bank Account') }}

Select Destination Account

Choose which bank account you want to withdraw funds to.

@if (session('error'))
{{ session('error') }}
@endif
Withdrawal Amount
{{ $currency }} {{ number_format($amount, 2) }}
@csrf
@foreach($bankAccounts as $account) @endforeach

Processing Time

Withdrawals via OpenBanking typically arrive within 1-2 business days.

← Back