# Go Live Checklist

* [x] A valid website URL is necessary for the Gateway, whereas for Payment Links, no URL is required.
* [x] Ensure the installation of an SSL Certificate with a minimum validity of one year.
* [x] Display a prominent company logo on the website's footer, along with Verified by Visa and MasterCard Secure Code logos.
* [x] Provide easily accessible contact information on the website for customer inquiries and support.
* [x] Develop a comprehensive privacy policy.
* [x] Establish clear policies for refunds, returns, and shipping of merchandise/services.
* [x] Implement a user-friendly shopping method, such as a shopping cart, for efficient item selection before checkout.
* [x] Include fields in the checkout process for detailed buyer address information, ensuring accurate delivery of purchased items.
* [x] Omit any fields unrelated to the payment process.
* [x] Avoid requiring buyers to input card details directly on the website; this should occur during redirection to the e-commerce portal.
* [x] Generate and email a detailed purchase slip to the buyer after each transaction, including:
  * [x] Merchant/Company name, physical address, and website URL.&#x20;
  * [x] Transaction date.&#x20;
  * [x] Description and quantities of products/services.&#x20;
  * [x] Order ID.&#x20;
  * [x] Authorization code of the card used.&#x20;
  * [x] Last four digits of the card.&#x20;
  * [x] Payment method (Visa or MasterCard).&#x20;
  * [x] Buyer's address (for tangible products).&#x20;
  * [x] Total amount, including item prices, quantity totals, VAT (if applicable), shipping costs, and any additional charges.&#x20;
  * [x] Expected delivery date.&#x20;
  * [x] Company's policy on refunds and cancellations (optional).
* [x] Implement anti-spam and bot prevention technologies like reCAPTCHA in the checkout form.


---

# 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.lahza.io/guide/go-live-checklist.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.
