> For the complete documentation index, see [llms.txt](https://docs.doku.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.doku.com/accept-payments/integration-tools/doku-checkout.md).

# 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><strong>Sort payment methods</strong> based on customer usage and preferences, <strong>show or hide</strong> selected payment methods, <strong>customize the checkout interface</strong> to match your brand, <strong>set the payment session</strong> expiry time, prioritize the customer’s <strong>last used payment method</strong> for faster repeat purchases, and choose the <strong>customer information you want to collect</strong> during checkout.</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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.doku.com/accept-payments/integration-tools/doku-checkout.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
