> For the complete documentation index, see [llms.txt](https://tutorials.deeple.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorials.deeple.ai/getstarted/payment/cod.md).

# ชำระเงินปลายทาง

ระบบ deeple ออกแบบวิธีการชำระเงินปลายทาง เพื่อตอบโจทย์ร้านค้าออนไลน์ให้สามารถตั้งค่าการชำระเงินปลายทางได้ตามรูปแบบที่ต้องการ ซึ่งคุณสามารถกำหนดยอดสั่งซื้อขั้นต่ำ การคิดค่ามัดจำสินค้า และค่าธรรมเนียมการชำระเงินปลายทางที่เรียกเก็บจากลูกค้าได้ โดยมีรายละเอียดดังนี้

1. คลิกเมนู "การชำระเงิน"

<figure><img src="/files/dJtZZb86ospRW86ojZdz" alt=""><figcaption></figcaption></figure>

&#x20; 2\. คลิกเมนูย่อย "ชำระเงินปลายทาง (COD)"

&#x20; 3\. เปิดใช้งานการชำระเงินปลายทาง

<figure><img src="/files/30bkzCG0MvOFGQmsgj9E" alt=""><figcaption></figcaption></figure>

&#x20; 4\. เลือกชื่อผู้ให้บริการจัดส่ง

{% hint style="info" %}
ระบบจะแสดงรายชื่อผู้ให้บริการจัดส่งตามที่ร้านค้าตั้งค่าไว้ในขั้นตอน "[ตั้งค่าการจัดส่ง](/getstarted/shipping.md)"
{% endhint %}

<figure><img src="/files/hTfOl0ohytpPRvXE4zcB" alt=""><figcaption></figcaption></figure>

&#x20;  5\. กำหนดยอดสั่งซื้อขั้นต่ำ (หากไม่มี สามารถกรอกเลข 0 ไว้ได้)

<figure><img src="/files/hv2mgLrEaoFdNlYc4uYc" alt=""><figcaption></figcaption></figure>

&#x20; 6\. กำหนดประเภทค่ามัดจำ โดยระบบมีให้เลือก 3 ประเภทดังนี้

* ไม่มี
* เปอร์เซ็นต์
* กำหนดราคา (หน่วยเป็นบาท)

<figure><img src="/files/fQeDKEGZyT6QLRVnzz1I" alt=""><figcaption></figcaption></figure>

&#x20;  7\. กำหนดประเภทค่าธรรมเนียมการชำระเงินปลายทางที่เรียกเก็บจากลูกค้า โดยระบบมีให้เลือก 3 ประเภทดังนี้

* ไม่มี
* เปอร์เซ็นต์
* กำหนดราคา (หน่วยเป็นบาท)

{% hint style="info" %}
ค่าธรรมเนียมการชำระเงินปลายทางจะถูกบวกเพิ่มจากค่าจัดส่งที่ตั้งค่าไว้&#x20;

<mark style="color:blue;">ตัวอย่าง</mark> ร้านค้ากำหนดค่าจัดส่งสินค้า 50 บาท&#x20;

ค่าธรรมเนียมการชำระเงินปลายทาง 15 บาท

ดังนั้น ในขั้นตอนที่ให้ลูกค้าเลือกวิธีการจัดส่ง ระบบจะแสดงค่าจัดส่งเท่ากับ 65 บาท
{% endhint %}

<figure><img src="/files/oW7i0mz7RqAiYDa3inFm" alt=""><figcaption></figcaption></figure>

&#x20; 8\. คลิก "บันทึก"

<figure><img src="/files/3zD8TNxOlgcJUm8muaL3" alt=""><figcaption></figcaption></figure>

## บทความที่เกี่ยวข้อง

{% content-ref url="/pages/wdo1UJC5STzjDf5RjSkc" %}
[การตั้งค่าการจัดส่งเฉพาะเก็บเงินปลายทาง](/getstarted/shipping/codshipping.md)
{% endcontent-ref %}

{% content-ref url="/pages/spaT3XvyXhfuEZVzUNu7" %}
[วิธีเปิดรายการสั่งซื้อแบบชำระเงินปลายทางได้ไม่จำกัด](/practical-using/multiple-cod.md)
{% endcontent-ref %}

{% content-ref url="/pages/wsYlVfqWlyvzIO2gfMnJ" %}
[แจ้งเตือนประเภทรายการสั่งซื้อ](/store-management/notification-setting/order.md)
{% endcontent-ref %}


---

# 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://tutorials.deeple.ai/getstarted/payment/cod.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.
