Transaction Ref
{{ trans_ref }}
Business Ref
{{ business_ref|default:"-" }}
Amount
{{ currency }} {{ trans_amount|floatformat:2 }}
Debited Amount
{{ currency }} {{ debited_amount|floatformat:2 }}
Fee
{{ currency }} {{ fee_amount|floatformat:2 }}
Settlement Amount
{{ currency }} {{ settlement_amount|floatformat:2 }}
Customer
{{ customer_id }}
Date
{{ transaction_date }}
Status Code
{{ status_code }}
{{ error }}
{% if details %}{{ details }}
{% endif %}