Checkout received

{{ message }}

Payment is not confirmed by this page. Confirmation happens only after the verified payment webhook is processed.
{% if order %}

Order

Order ID: {{ order.public_id }}

Status: {{ order.status }}

Product: {{ order.product_slug }}

Amount: {{ order.currency }} {{ "%.2f"|format(order.amount_cents / 100) }}

{% else %}

No order ID was supplied in the redirect URL.

{% endif %}

Back to products