# DOKU Checkout

DOKU Checkout is an API that enables you to use DOKU-hosted payment page that can either be redirected or embedded to your website. This is the easiest and the quickest method to integrate with DOKU as you are not required to build your own payment page.&#x20;

<table><thead><tr><th>Features</th><th width="294.33345540364576">Description</th><th>ID Business Account</th><th>MY Business Account</th></tr></thead><tbody><tr><td>Logo and Brand Name</td><td>To ensure that your customers know that they are making payment in the right page, you can <strong>adjust your brand name</strong> and also <strong>insert your brand logo</strong>.</td><td>✅ Available</td><td>✅ Available</td></tr><tr><td>Payment Method Settings</td><td>After activating the selected payment methods of your choice, you may freely <strong>sort the arrangement of the payment methods</strong> that is shown on the checkout page; we suggest to sort in the order of the most used payment method by your customer.<br><br>You may also choose to <strong>show or hide certain payment methods</strong> that you don't want to appear on your checkout page.</td><td>✅ Available</td><td>✅ Available</td></tr><tr><td>Color Settings</td><td>Set the appearance of your checkout by changing your color palette and time format.</td><td>✅ Available</td><td>✅ Available</td></tr><tr><td>Language Settings</td><td>Whether your customers are local-or-international-based, you can freely <strong>adjust the default language</strong> of the checkout page.</td><td>✅ Available</td><td>✅ Available</td></tr><tr><td>Expiration Date</td><td>The default expiration date of checkout page is 60 minutes, but you can <strong>freely set the expiration date</strong> based on your requirements. </td><td>✅ Available</td><td>✅ Available</td></tr><tr><td>Google Analytics</td><td>If you wish to track the usage of the checkout page through Google Analytics, you may simply input Google Analytics Tracking ID in the settings.</td><td>✅ Available</td><td>🚫 Unavailable</td></tr><tr><td>Promo Code</td><td>Enable your customers to <strong>apply promo code to their purchases</strong> with DOKU Checkout.</td><td>✅ Available</td><td>🚫 Unavailable</td></tr></tbody></table>

{% hint style="info" %}
You can try DOKU Checkout by using our demo [here](https://sandbox.doku.com/demo/checkout-api), or immediately integrate with our API by following the guide [here](https://developers.doku.com/accept-payment/doku-checkout).
{% endhint %}


---

# 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.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.
