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

# Ticimax

<div align="left"><figure><img src="/files/Y57eHAafIN6UdyI0g0MZ" alt="" width="188"><figcaption></figcaption></figure></div>

We have prepared an integration guide to make the iyzico integration process more understandable and easier for you.

You can contact us at **<entegrasyon@iyzico.com>** regarding issues that you cannot find answers to in the guide or that are not clear to you, we will be happy to assist you.

#### Ticimax iyzico Installation Steps

1. Log in to your iyzico panel at <https://merchant.iyzipay.com/login> and access the "API Key" and "Secret Key" credentials from Settings > Merchant Settings.<br>

   <figure><img src="/files/69kKfrMk8bAi2ELDHZhz" alt=""><figcaption></figcaption></figure>
2. By logging into your website's administration panel at {your website name}/admin Go to Settings > General Settings and click on the Payment Methods tab. First, you will view the iyzico Payment System settings.<br>

   <figure><img src="/files/GVc5APnx7uwJp6ZlxMuI" alt=""><figcaption></figcaption></figure>
3. Enter the information below for integration.<br>
   * **Active :** Select active.<br>
   * **PayWithIyzico Active :** Select active.<br>
   * **iyzico Api Key :** View the API key on your iyzico panel that you accessed in the first place and paste it into this field.<br>
   * **iyzico Secret Key :** View the Secret Key on your iyzico panel, which you accessed in the first place, and paste it into this field.<br>
   * **iyzico Secret Key Güncelle :** It must be marked.\ <br>
4. Click the "Save" button at the bottom of the page.<br>

### Ticimax iyzico Webhook Integration

1. Please contact the Ticimax support team and confirm that you are using the latest version of Ticimax.<br>
2. After logging in to your iyzico panel, activate member merchant notifications from the Settings > Merchant Settings tab and define the following URL in the relevant section.\
   \
   <https://www>.<mark style="color:blue;">your website name</mark>.com/Handlers/IyziPayHandler.ashx <br>
3. Finally, contact <entegrasyon@iyzico.com> and request that the signature feature be activated for webhook notification. After the integration team makes the necessary definitions, webhook notifications will be activated.


---

# 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://docs.iyzico.com/en/platforms/ticimax.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.
