> 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/islem/islem-slip.md).

# İşlem Slip

Başarılı işlemleriniz ile ilgili slip almak istediğinizde kullanabileceğiniz servistir.

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

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

| Parametre İsmi | Tip    | Zorunlu | Açıklama                                       |
| -------------- | ------ | ------- | ---------------------------------------------- |
| **xact\_id**   | string | Evet    | Paynet işlem numarası                          |
| **email**      | string | Hayır   | Slip'in gönderilmesi istenilen mail adresi     |
| **send\_mail** | bool   | Hayır   | mail gönderilsin mi?                           |
| **phone**      | string | Hayır   | Slip'in gönderilmesi istenilen telefon bilgisi |
| **send\_sms**  | bool   | Hayır   | sms gönderilsin mi?                            |
| {% endtab %}   |        |         |                                                |

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

| Parametre İsmi   | Tip    | Açıklama                                                                             |
| ---------------- | ------ | ------------------------------------------------------------------------------------ |
| **object\_name** | string | Dönüş yapılan API’nin nesne adı                                                      |
| **code**         | string | Dönüş sonucunun kodu. [Bknz](/uornek/genel-bilgiler/hata-kodlari/doenues-kodlari.md) |
| **message**      | string | Dönüş sonuç kodunun açıklaması                                                       |
| **url**          | string | Slip'i görebileceğiniz URL adresi                                                    |
| {% endtab %}     |        |                                                                                      |

{% tab title="Request" %}

```
{  
   "xact_id":"xk_EAAAAEwBHM0lIgwZbfPU5TmiHhhc/ARIrakW/9476pYzEyta",
   "email":"mail@arena.com.tr",
   "send_mail":"true"
}
```

{% endtab %}

{% tab title="Response" %}

```
{  
   "url":"https://pts.paynet.com.tr/S/PaynetSlip?xact_id=xk_EAAAAEwBHM0lIgwZbfPU5TmiHhhc/***********;companyCode=****&agentID=****",
   "object_name":"transaction_slip",
   "code":0,
   "message":"Başarılı İşlem"
}
```

{% endtab %}

{% tab title="Service Url" %}

| Sistem           | URL                                                      |
| ---------------- | -------------------------------------------------------- |
| **Canlı Sistem** | <https://api.paynet.com.tr/v1/transaction/slip>          |
| **Test Sistemi** | <https://pts-api.paynet.com.tr​​​​​/v1/transaction/slip> |
| {% endtab %}     |                                                          |
| {% endtabs %}    |                                                          |
