Monzo API

{% if configured %}

Configured

{% if transactions %} {% for transaction in transactions%} {% endfor %}
Merchant Description Paid On Amount
{{ transaction.merchant.name }} {{ transaction.description }} {{ transaction.created }} {{ transaction.currency }}{{ "%.2f"|format(transaction.amount / 100) }}
{% endif %} {% else %} Start configuring the API {% endif %}