> For the complete documentation index, see [llms.txt](https://doc.paynet.com.tr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.paynet.com.tr/uornek/servisler/abonelik/manuel-cekim.md).

# Manuel Çekim

Düzenli ödeme de kayıtlı kartlardan çekim işlemini manuel tetiklemek için kullanılır.

{% hint style="success" %}
<https://api.paynet.com.tr/v1/subscription/manual_charge>
{% endhint %}

{% tabs %}
{% tab title="İstek Parametreleri" %}

| Parametre İsmi       | Tip    | Zorunlu | Açıklama               |
| -------------------- | ------ | ------- | ---------------------- |
| **subscription\_id** | string | Evet\*  | Düzenli ödeme id       |
| **reference\_no**    | string | Evet\*  | Düzenli ödeme numarası |
| **invoice\_no**      | int    |         | Fatura numarası        |
| {% endtab %}         |        |         |                        |

{% tab title="Dönüş Parametreleri" %}

| Parametre İsmi   | Tip    | Açıklama                        |
| ---------------- | ------ | ------------------------------- |
| data\[]          | dizi   |                                 |
| -> object\_name  | string | Dönüş yapılan API’nin nesne adı |
| -> code          | string | Dönüş sonucunun kodu            |
| -> message       | string | Dönüş sonuç kodunun açıklaması  |
| **object\_name** | string | Dönüş yapılan API’nin nesne adı |
| **code**         | string | Dönüş sonucunun kodu            |
| **message**      | string | Dönüş sonuç kodunun açıklaması  |
| {% endtab %}     |        |                                 |

{% tab title="Request" %}

```
{  
   "subscription_id":"",
   "reference_no":"90000573",
   "invoice_no":"11400528"
}
```

{% endtab %}

{% tab title="Response" %}

```
{  
   "data":[  
      {  
         "object_name":null,
         "code":1,
         "message":"11400528 numarali siparis için 1 saat 57 dakika sonra deneme yapabilirsiniz"
      }
   ],
   "object_name":null,
   "code":1,
   "message":null
}
```

{% endtab %}

{% tab title="Service Url" %}

| Sistem           | URL                                                                                                                                                                                                                                                      |
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Canlı Sistem** | <https://api.paynet.com.tr/v1/subscription/manual_charge>                                                                                                                                                                                                |
| **Test Sistemi** | ​[https://pts-api.paynet.com.tr​​\[/v1/subscription/manual\\\_charge](https://doc.paynet.com.tr/uornek/servisler/abonelik/https:/pts-api.paynet.com.tr​​\[/v1/subscription/manual\\_charge)]\(<https://api.paynet.com.tr/v1/subscription/manual_charge>) |
| {% endtab %}     |                                                                                                                                                                                                                                                          |
| {% endtabs %}    |                                                                                                                                                                                                                                                          |

{% hint style="info" %}
\*subcription\_id veya reference\_no'dan en az birini göndermeniz gerekmektedir.&#x20;
{% endhint %}
