# Daou

## Authenticated payment

{% tabs %}
{% tab title="Test" %}

### **Test environment setup**

1. [i'mport Admin console](https://admin.iamport.kr)→ **Payment integration** → **Test settings** → Select PG (**PAYJOA**) → **PAYJOA** -> **Add**&#x20;
2. Check the auto-generated Merchant ID/Key/MID values and click **Save**

![Payment integration → Test settings → Select PG (PAYJOA) → PAYJOA -> Add](/files/sNPwF4RYSDzmN3BOB7TD)

![Check the auto-generated Merchant ID/Key/MID values and click Save](/files/zZTl5lYrDGDZpRrhcIgh)
{% endtab %}

{% tab title="Live" %}

### Live environment setup

1. **Payment integration -> Live settings**
2. Select PG (**PAYJOA**) → **PAYJOA** -> **Add**
3. Enter merchant info issued by Daou upon contract signing.

![Payment integration -> Live settings](/files/4zZlErMMcDnDq0oGfKwN)

![Select PG (PAYJOA) → PAYJOA -> Add](/files/D4cKj85HjKqu6hZvKBZV)

![Enter merchant info issued by Daou upon contract signing](/files/k3ng5SUPX7Ptj28jkZAJ)

{% hint style="success" %}

### **Checklist**

* Must request MID for the correct **product type** (physical/digital).
* **Payment integration key** is required for payment cancellation.
  {% endhint %}

###

### \[PAYJOA Admin console settings]

Configure the following settings to **successfully receive payment result**.

1. Log in to the [PAYJOA Admin page](https://agent.kiwoompay.co.kr/)
2. At the top of the page, click **Customer support** > **Integration settings**

![](/files/omdCu7mSQi3nqRz8mXRu)

3\. In the integration settings page, select the **CPID** at the bottom and then click **Edit**

![Integration settings](/files/qcKa1p9iH8m9HnsqQPLx)

4\. For each contracted payment method, set the **Notification URL**

> <https://service.iamport.kr/daou_payments/result>

![](/files/vmzRl3Gae07CjqnGzcaT)
{% endtab %}
{% endtabs %}

## Non-authenticated payment

{% tabs %}
{% tab title="API" %}

### Subscription test environment setup

1. [i'mport Admin console](https://admin.iamport.kr)→ **Payment integration** → **Test settings** → Select PG (**PAYJOA**) → **PAYJOA API** -> **Add**
2. **Select 'Subscription** test CTS17266' **Edit -> Save**

![Payment integration → Test settings → Select PG (PAYJOA) → PAYJOA API -> Add](/files/CHrA7A5f4Qmn4UGXWMHZ)

![Select 'Subscription test CTS17266' Edit -> Save](/files/mCAMbyVWif0UqJOls1B9)

###

### Key-in (one-time) test environment setup

1. [i'mport Admin console](https://admin.iamport.kr)→ **Payment integration** → **Test settings** → Select PG (**PAYJOA**) → **PAYJOA API** -> **Add**
2. **Select 'Key-in** test CTS16629' **Edit -> Save**

![Payment integration → Test settings → Select PG (PAYJOA) → PAYJOA API -> Add](/files/vQlq5BiMjwryEfDU4i0I)

![Select 'Key-in test CTS16629' Edit -> Save](/files/2L8wLV4eLQ7zQFILEhQc)

{% hint style="info" %}

### **Test key-in payment with different required parameters**

You can test by setting different required parameters by CPID.

* **Credit card number + password + expiration date + date of birth**

&#x20;    \- CPID : <mark style="color:red;">**CTS16629**</mark>

&#x20;    \- Secret : 7f59ab6239259b191e2806111734c17c4650301ae0f241d2939c747176b4f6aa

* **Credit card number + expiration date**

&#x20;    \- CPID :  <mark style="color:red;">**CTS16628**</mark>

&#x20;    \- Secret : 9e810e78e4d8ac765f8f04f1f3132da0c4891a2c04f6ee5a142bc333070b68a9
{% endhint %}

{% hint style="success" %}

### **Checklist**

* PAYJOA's subscription payment supports only the REST API method.&#x20;
* In test mode, actual withdrawal occurs but is automatically cancelled daily between 23:00 and 23:50.&#x20;
* Note that the test Merchant ID for **key-in** (one-time) and **subscription** payments are different.
* Must request MID for the correct **product type** (physical/digital).
  {% endhint %}

###

### Subscription/key-in payment <mark style="color:red;">production environment</mark> setup

1. **Payment integration -> Live settings**
2. Select PG (**PAYJOA**) → **PAYJOA API** -> **Add**
3. Enter merchant info issued by Daou upon contract signing

![Payment integration -> Live settings](/files/kZU1Q2eXzbu31eswlUGC)

![Select PG (PAYJOA) → PAYJOA API -> Add](/files/c7psq0u9pdwzVNaCnXDw)

![Enter merchant info issued by Daou upon contract signing](/files/0aPbvmGlgdprnbkNStdp)
{% endtab %}

{% tab title="Payment window" %}
**Not supported**
{% endtab %}
{% endtabs %}


---

# 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://portone.gitbook.io/docs-en/ready/2.-pg/payment-gateway-settings/daou.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.
