{% if success %}

Success

Payment Initialized Successfully

{{ message }}

Transaction Ref: {{ trans_ref }}
{% if reference %}
{% if reference_prefix %}Prefixed Reference:{% else %}Your Reference:{% endif %} {{ reference }}
{% endif %} {% if reference_prefix %}
Prefix used: {{ reference_prefix }}
{% endif %}

Authorization URL:

{{ authorization_url }}
{% else %}

Payment Initialization Failed

{{ error }}

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