{% extends "base.html" %} {% block title %}Payment Gateway — fastapi-getpaid Example{% endblock %} {% block content %}
{{ message | default("Payment authorization") }}
| Payment ID | {{ ext_id[:8] if ext_id|length > 8 else ext_id }}... |
|---|---|
| Amount | {{ value }} {{ currency }} |
| Description | {{ description }} |
Do you authorize this payment?