# Configure Notifications

{% hint style="info" %}
Availability: 🇮🇩 Indonesian Business Account only
{% endhint %}

## Set Up Notifications

With DOKU Checkout, you can configure email notifications to keep your customers informed about their order status in real time. This helps improve communication, reduce payment delays, and enhance the overall customer experience. You can configure email notifications for DOKU Checkout by following the steps below:

1. Log in to [DOKU Dashboard](https://dashboard.doku.com/bo/login?utm_source=docs), and then access the side navigation bar
2. Select **Settings** from the menu
3. **Settings** page will appear. Under **Notifications** section, select **Checkout Page Notifications**
4. **Checkout Page Notifications** page will appear, then select the email notifications you wish to send to customers based on the following fields:
   1. Order Status
      1. New Order – The order has been created but not yet paid
      2. Successful Order – The order has been successfully paid
      3. Failed Order – The order failed to process
      4. Expired Order – The order was not paid before the expiration time
      5. Almost Expired – The order is approaching its expiration time
         * The near-expiry-time can be set in days, hours, minutes, and seconds
         * The notification schedule must be set before the payment due date
   2. **Channel**: Tick **Email** to enable email notifications
   3. **Merchant Notification**: Choose whether you would also like to receive the notifications as your customers. You can configure up to 5 additional email recipients&#x20;
5. Click **Save** to save your configuration.

***

## Customize Email Appearance

You may do so by following these simple steps:

1. Log in to [DOKU Dashboard](https://dashboard.doku.com/bo/login?utm_source=docs), and then access the side navigation bar
2. Select **Settings** from the menu
3. **Settings** page will appear. Under **Notifications** section, select **Checkout Page Notifications**
4. **Checkout Page Notifications** page will appear, then select **Email Appearance** tab where you can can customize the following components:
   1. Logo
   2. Header and Button Colors
   3. Header, Button, and Footer text
5. Click **Save** to apply your customizations.

***

## FAQ

<details>

<summary>If I activated the Recovered Abandoned Cart, will my customers receive an email notification?</summary>

Yes. DOKU will automatically send an email notification for expired orders. The email includes the extended expiry date information and prompts customers to complete their payment.

</details>

<details>

<summary>How to start integration for Checkout Email Notifications?</summary>

In order to enable email notifications for DOKU Checkout, you must include the `customer.email` field in your payment request object. If `customer.email` is not provided, the customer will not receive any email notifications.

For full implementation details, please refer to our [API Reference](https://developers.doku.com/accept-payment/doku-checkout?utm_source=docs).

</details>


---

# 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.doku.com/accept-payments/integration-tools/doku-checkout/configure-notifications.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.
