> For the complete documentation index, see [llms.txt](https://payment-doc.gitbook.io/payment-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://payment-doc.gitbook.io/payment-document/documentations/getting-started.md).

# Getting Started

***

### Authentication <a href="#authentication" id="authentication"></a>

เพื่อทำการเรียกใช้งาน API นี้ คุณจำเป็นต้องส่ง Headers ที่สำคัญดังนี้:

* **Authorization:** ใช้เพื่อส่ง Bearer Secret Token ของคุณ
* **x-api-key:** ใช้เพื่อส่ง API Key ของคุณ
* **x-signature:** ใช้เพื่อส่ง Signature ของคุณ

ตัวอย่าง:&#x20;

```http
Authorization: Bearer {YOUR_SECRET_TOKEN}
x-api-key: {YOUR_API_KEY}
x-signature: {YOUR_BASE64_ENCODED_SIGNATURE}
```
