{% if success %}

Payment Initialized Successfully

{{ message }}

Transaction Ref: {{ trans_ref }}
{% if reference %}
Your Reference: {{ reference }}
{% endif %}

Authorization URL:

{{ authorization_url }}
{% else %}

Payment Initialization Failed

{{ error }}

{% if details %}
{{ details }}
{% endif %}
{% endif %}