> For the complete documentation index, see [llms.txt](https://godomall-help.nhn-commerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://godomall-help.nhn-commerce.com/faq/admin/base_info/payment-policy.md).

# 결제정책

<details>

<summary>입금 내역 실시간 통보 url 등록 방법 알려주세요</summary>

{% code title="비슷한 문의" %}

```
가상계좌 입금 URL 연동은 어떻게 해야하나요?
KG 모빌리언스 가상계좌 입금이 확인되나 고도몰 관리자페이지에서는 결제완료로 처리되지 않는데 어떻게 하나요?
KCP 가상계좌 입금이 확인되나 고도몰 관리자페이지에서는 결제완료로 처리되지 않는데 어떻게 하나요?
이니시스 가상계좌 입금이 확인되나 고도몰 관리자페이지에서는 결제완료로 처리되지않는데 어떻게 하나요?
```

{% endcode %}

고도몰 관리자 페이지 > 기본 설정 > 결제 정책 - 전자결제(PG) 설정 > 가상계좌 입금내역 실시간 통보 URL\
를 통해 확인하실 수 있습니다. 해당 위치에 한글로 '쇼핑몰도메인'이라고 기재된 부분은&#x20;

고도몰 관리자 페이지 > 기본 설정 > 기본 정책 - 기본 정보 설정 > 쇼핑몰 도메인

에 등록된 도메인과 일치해야 합니다. 양쪽 도메인 모두 www는 제외하고 입력해야 하는 점도 참고해주시길 바랍니다.

</details>

<details>

<summary>결제 페이지에 노출 되는 결제 수단의 명칭을 변경 할 수 있나요?</summary>

고도몰 관리자 로그인 > 기본설정 > 결제 정책 > 결제 수단 설정

에서 '무통장 입금', '신용카드' 와 같은 결제 수단의 명칭을 변경하고 싶다면 변경할 수 있습니다.

</details>


---

# 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://godomall-help.nhn-commerce.com/faq/admin/base_info/payment-policy.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.
