# Payments, Servers, Due Dates

{% hint style="info" %}
**How do I actually pay?**

At time of writing, we only accept credit or debit card for invoices. This is a secure, efficient, and easy way for us to process payments!
{% endhint %}

After buying a server, an invoice will be added to your account on the day your server is set to be renewed. You will receive an email reminding you to pay your invoice if payment cannot be automatically collected on the due date. After your invoice is overdue by 1 day, your server will be suspended and your service will be considered expired. Technically speaking, if your server is suspended, it is eligible to be terminated at any time. You will be reminded via email of your service being overdue on day 3 and day 6 after the invoice's due date \[if your server has not yet been terminated]. 7 days after your service has expired, your service will be terminated and all data deleted if not done so already. \
\
If you have questions, requests, or want help with billing, join our [discord](https://ember.host/discord) and ask!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ember.host/billing/payments-servers-due-dates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
