# Key-in payment using card info

Upon pre-agreement with a PG, you can request a one-time payment using the credit card information. This method requests payment by submitting card information each time. It is usually used by some merchants to avoid the hassle of authenticated payments or call centers that obtain card information from customers via ARS to make a payment. Recently, as more merchants are using a simple payment method for authenticated payments, the use of key-in method is declining due to the inconvenience of having to enter the card information every time.

![ChaiPort merchant "Ringle English Education"](/files/EHEEwrPOrGBFLPN3DRhG)

{% hint style="info" %}
**An agreement with the PG is required to use key-in payment.**
{% endhint %}

<details>

<summary> PGs that support key-in payment</summary>

* NICE Payments
* NHN KCP
* JTNET
* SettleBank
* DaouData

</details>

You can request a key-in payment by using the [**Non-authenticated payment (one-time) API**](/docs-en/api/api/request-non-authenticated-payment-one-time-api.md) or the PG window.


---

# 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/auth/guide-1/page-1.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.
