Payment ID: {{ $webhookData['id'] }}
Status: {{ $webhookData['status'] }}
Method: {{ $webhookData['method'] }}
Amount Paid: ₹{{ number_format($webhookData['amount'] / 100, 2) }}
Currency: {{ $webhookData['currency'] }}
@elseNo payment details available.
@endif