Hello ' . htmlspecialchars($transaction_details['response'][0]['c_name']) . ',
You have received a new transaction.. Below are the details:
Amount:
' . htmlspecialchars($transaction_details['response'][0]['transaction_amount'] . ' ' . $transaction_details['response'][0]['transaction_currency']) . '
Fee:
' . htmlspecialchars($transaction_details['response'][0]['transaction_fee'] . ' ' . $transaction_details['response'][0]['transaction_currency']) . '
Refund:
' . htmlspecialchars($transaction_details['response'][0]['transaction_refund_amount'] . ' ' . $transaction_details['response'][0]['transaction_currency']) . '
Net:
' . htmlspecialchars($transaction_details['response'][0]['transaction_amount']+$transaction_details['response'][0]['transaction_fee']-$transaction_details['response'][0]['transaction_refund_amount'] . ' ' . $transaction_details['response'][0]['transaction_currency']) . '
Status:
' . htmlspecialchars($transaction_details['response'][0]['transaction_status']) . '
Date:
' . htmlspecialchars($transaction_details['response'][0]['created_at']) . '