All API transactions with Health263 switch
| ID | Type | Direction | Reference | Member | HTTP | Status | Time (ms) | Error | Date |
|---|---|---|---|---|---|---|---|---|---|
| {{ $tx->id }} | {{ str_replace('_', ' ', $tx->transaction_type) }} | {{ $tx->direction }} | {{ $tx->reference_number ?: '-' }} | @if($tx->member) {{ $tx->member->member_number }} @else - @endif | {{ $tx->http_status_code ?? '-' }} | {{ ucfirst($tx->status) }} | {{ $tx->processing_time_ms ?? '-' }} | {{ $tx->error_message ?: '-' }} | {{ $tx->created_at->format('d M Y H:i:s') }} |
| No transactions found. | |||||||||