Server owner can open app usage billing for any shop. This does not reduce owner access to billing control, reports, or platform pages.
{{ shop.name if shop else brand_name }} App Subscription
Your app usage charge is calculated from the number of products in your shop. You can subscribe or pay before the due date so the app does not lock during work time.
{{ product_count }} products {{ tier_label }}
{% if is_default_exempt %} The default shop never pays app usage billing. {% else %} The server admin has paused app usage payments for this shop{% if exemption and exemption.reason %}: {{ exemption.reason }}{% endif %}. {% endif %}
{% elif is_free_trial %}First month free. Payments start from the second month{% if billing_starts_at %} on {{ billing_starts_at.strftime('%Y-%m-%d') }}{% endif %}.
Regular monthly price after trial: USD {{ "{:,.2f}".format(regular_amount|float) }}.
{% else %}Billing is active. The next billing date is {{ next_billing_date }}.
{% endif %}Subscription Status
{% if is_billing_exempt %}Exempt
{% if is_default_exempt %} This built-in default shop is protected from app billing and automatic payment attempts. {% else %} App usage payments are paused for this shop. Sales will not be blocked by app usage billing. {% endif %}
{% elif subscription %}{{ subscription.status|title }} {{ (subscription.method_code or 'unknown').replace('_', ' ')|title }}
Next billing date: {{ subscription.next_payment_date or next_billing_date }}. Automatic payment attempts are {{ 'enabled' if subscription.auto_pay else 'saved but not automatic' }}.
You can update the payment details below or pay early before the due date.
{% else %}No subscription is saved yet. Choose a payment mode below and subscribe before the month ends.
{% endif %}All app subscription prices are shown in USD. Payments are routed to the server-owner merchant or bank account configured in App Billing. Card and wallet credentials are handled by the payment provider checkout; this page only saves payer contact and transaction reference details.
First Month Free
No payment is required today, but you can subscribe now or pay the first month early. Early payment amount: USD {{ "{:,.2f}".format(payment_amount|float) }}.
Choose Payment Mode
Use a worldwide payment mode according to your preference. Local-only or offline collection modes are not used for app usage payments. Automatic billing attempts run on the due date where the selected provider supports API checkout.
No app payment methods are enabled yet. Ask the server admin to enable one.
{% endfor %}Recent App Payments
| Date | Amount | Method | Reference | Status |
|---|---|---|---|---|
| {{ payment.created_at }} | USD {{ "{:,.2f}".format(payment.amount|float) }} | {{ (payment.method_code or 'unknown').replace('_', ' ')|title }} | {{ payment.reference or '-' }} | {{ payment.status }} |
| No app usage payments submitted yet. | ||||