Download Receipt:

success

Transfer Confirmation:

Description of Transaction: @if ($transaction->details == null) {{ $transaction->description }} @endif
@if ($transaction->details) @endif
From:
{!! $transaction->alert_type->isDebit() ? $transaction->user->name . '
' . $transaction->user->account_number : $transaction->details?->sender_name . '
' . $transaction->details->sender_account_number !!}
To {!! $transaction->alert_type->isDebit() ? $transaction->details?->beneficiary_name . '
' . $transaction->details->beneficiary_account_number : $transaction->user->name . '
' . $transaction->user->account_number !!}
Bank Name: {{ $transaction->details->receiving_bank }}
| Ref: {{ $transaction->txn_id }}
Amount Sent: {{ $transaction->total_amount }}
| Transfer Date: {{ $transaction->date }}
Balance {{ $transaction->user->total_balance }}
@if ($transaction->transaction_type->isInternational() && $transaction->status == 'successful')
Faster payment

Thank you for making a trasfer from your {{ $transaction->user->details->account_type }} account. Please be advised your transfer has been executed. And it will take 24 - 48 business days for funds to arrive at the destination account.

@else
Faster payment

Thank you for making a local transfer from your {{ $transaction->user->details->account_type }} account. This transaction has been processed and should reflect in the recipient's account within minutes or by the end of the business day.

@endif
Back To Dashboard