> For the complete documentation index, see [llms.txt](https://docs.gameket.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gameket.io/introduction/merchant.md).

# MERCHANT

### Prerequisites

* Gameket merchant account with API credentials
* `apiKey` and `secret` from your dashboard
* Basic understanding of REST APIs
* A tool for making HTTP requests (cURL, Postman, Thunder Client, etc.)

### Step 1: Get Your Credentials

1. Log in to your Gameket merchant dashboard
2. Navigate to **Dashboard > Merchant**
3. Copy your `apiKey` and `secret` (keep these secure!)
4. Store them in a secure environment variable or configuration

> ⚠️ **Never commit credentials to version control.** Use `.env` files or secrets managers.
