> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crafter.net.tr/llms.txt
> Use this file to discover all available pages before exploring further.

# Iyzico Payment Integration

> Configure Iyzico Virtual POS and 3D Secure checkout infrastructure.

Crafter supports Iyzico for processing credit card payments with comprehensive 3D Secure compliance for corporate and individual merchants.

***

## 1. Obtain Iyzico API Keys

Log in to the [Iyzico Control Panel](https://merchant.iyzipay.com/) and navigate to **Settings > Company Settings** to copy your:

* **API Key**
* **Secret Key**

***

## 2. Configure in Crafter

<Steps>
  <Step title="Open Payment Settings">
    Navigate to [Dashboard > Settings > Payment](https://app.crafter.net.tr/tr/dashboard/settings/payment) and select **Iyzico**.
  </Step>

  <Step title="Enter API Credentials">
    Paste your **API Key** and **Secret Key**.
  </Step>

  <Step title="Save and Verify">
    Click **Save** to enable Iyzico checkouts.
  </Step>
</Steps>

***

## 3. Webhook Endpoint

If requested by Iyzico, set your webhook URL to:

```text theme={null}
https://api.crafter.net.tr/website/payment/callback/iyzico
```
