# Subscription

{% embed url="<https://www.youtube.com/watch?v=TAAlKATYiXg>" %}

Subscription product offers the ability to quickly create subscriptions for online payment-enabled merchant members. It allows for receiving recurring payments without the need for additional resources and development processes such as card storage and payment tracking. If your business model is suitable for recurring payments, such as offering premium, gold membership services, gym services, magazine subscriptions, etc., the subscription API provides you with a fast and reliable solution

{% hint style="info" %}
Subscription product subjects to a fee. It is free for the first 3 months, and after that, it is priced at 199TL. If you want to use Subscription product, you can quickly purchase it from the 'Add-ons' section in your iyzico panel.
{% endhint %}

### How Does the iyzico Subscription Method Work?

With Subscription product, businesses can offer their customers various payment plans, including daily, weekly, monthly, yearly, and many other options. Payment plans can be easily defined both through the iyzico Control Panel and via the API.

Member businesses that wish to receive payments using the Subscription product can start receiving regular payments after a single integration and can track all their transactions through the iyzico Control Panel.

Another feature of the Subscription Method is the trial period that can be added to a payment plan. This allows for a trial period to be defined for any payment plan. Since credit card information is stored at the beginning of the trial period, the subscription automatically starts at the end of the defined trial period.

<div><figure><img src="/files/hlZQa7geaa0D4Ji9l2Tw" alt=""><figcaption></figcaption></figure> <figure><img src="/files/tT4zlMYT5W3zVcbi4uWM" alt=""><figcaption></figcaption></figure> <figure><img src="/files/KGjXBPxce4zNYhqahWrY" alt=""><figcaption></figcaption></figure></div>

<div><figure><img src="/files/93N7Fm24bSehFZhv69a4" alt=""><figcaption></figcaption></figure> <figure><img src="/files/RZyNLA99MROTzaq1G4Y3" alt=""><figcaption></figcaption></figure> <figure><img src="/files/GyFFhBkGGm097d7eVmFR" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions: 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:

```
GET https://docs.iyzico.com/en/products/subscription.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
