{{ result.get('ResponseMessage', 'Transaction Error') }}

{% if result.get('IsoCode') == '00' %}

The transaction has been completed successfully!

{% else %}

The transaction could not be completed.

{% endif %}

Transaction Details:

Authorization Code: {{ result.get('AuthorizationCode', 'N/A') }}

Order Number: {{ result.get('AzulOrderId', 'N/A') }}

Date and Time: {{ result.get('DateTime', 'N/A') }}

ISO Code: {{ result.get('IsoCode', 'N/A') }}

Make Another Transaction