# Retrieve Payment Credential

To communicate with any DOKU API, make sure you have Client ID and Secret Key.

Follow the outlined steps to obtain the Client ID and Secret Key.

1. Login to your DOKU Dashboard.
2. On the Dashboard, go to Integrations > API Keys.&#x20;

   *API Keys* page is displayed.

<figure><img src="/files/SmXafueCt7Kz4EEbXZZc" alt=""><figcaption><p>API Keys Page Dashboard</p></figcaption></figure>

### **Save your payment credential**

You can save it in your device or anywhere you think is safe. Also, you can visit this page later if you need to see your payment credential.

{% hint style="info" %}
**CAUTION**

Please keep your Client ID and Secret Key confidential, especially your Production Client ID and Secret Key. It is your payment credential to accept payments.
{% endhint %}

### What's Next ?&#x20;

You now can start integrating with DOKU. You can choose which integration type that suits your business needs.


---

# 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://developers.doku.com/get-started-with-doku-api/retrieve-payment-credential.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.
