{% if merchant_logo_url %} {% else %}
{{ merchant_name }}
{% endif %}
Payment Successful
{% if show_customer_name %}
Bill to {{ payer_name }}
{% endif %}
Remit To {{ merchant_name }}
{% if show_receipt_number %}
Receipt # {{ receipt_number }}
{% endif %}
Payment Frequency {{ payment_frequency }}
Payment Amount {{ currency }} {{ txn_amount }}
{% if show_transaction_time %}
Payment Date {{ txn_date }}
{% endif %}
Payment Method •••• {{ card_last_four }}
Transaction ID {{ txn_literal }}
{% if merchant_email or merchant_phone or merchant_website %}
{% if merchant_email %}
Support: {{ merchant_email }}
{% endif %} {% if merchant_phone %}
Phone: {{ merchant_phone }}
{% endif %} {% if merchant_website %}
Website: {{ merchant_website }}
{% endif %}
{% endif %}