Transactions
All payment transactions for your merchant account
Clear Filters
@forelse($transactions as $tx) @empty @endforelse
Reference Amount Method Status Provider Customer Date
{{ $tx->reference }} ₦{{ formatNumber($tx->amount / 100) }} {{ strtoupper($tx->method) }} {{ strtoupper($tx->status) }} {{ strtoupper((string) $tx->provider) }}
{{ $tx->customer_email }}
@if($tx->customer_phone)
{{ $tx->customer_phone }}
@endif
{{ $tx->created_at->format('d M Y, H:i') }}
No transactions found.
{{ $transactions->links() }}
Transactions