{% extends "base.html" %} {% block title %}Receipt - Makenotwork{% endblock %} {% block body_attrs %} class="padded-page receipt-page"{% endblock %} {% block content %} {% include "partials/site_header.html" %}
← Back to Library

Receipt

Makenotwork
{{ date }}
{{ transaction_id }}
{% if !is_free %}
Total {{ amount }}
Platform fee {{ currency_symbol }}0.00
{% if !presented_amount.is_empty() %}
You were charged {{ presented_amount }}

{{ seller_username }} prices in {{ currency_symbol }}, so Stripe converted this for you at checkout. The amount above is what reaches your statement; Stripe's rate includes its conversion fee.

{% endif %}
Payment method Stripe
{% else %}
Total Free
{% endif %}
Status {{ status }}
{% endblock %}