# API Integration

There are two ways to accept payments on Paynet with API integration. You can accept payment with **Payment** method without 3D model or you can accept payment with "3D Payment" on 3D model. You can also perform the following task with these services.

* [x] Perform installment transactions
* [x] &#x20;Save the card during the process
* [x] &#x20;Use the saved card in transactions

{% hint style="info" %}
Note that you will need a Paynet API **secret key** before using these services. [See more](https://doc.paynet.com.tr/english/what-i-need)
{% endhint %}

## Payment

You can accept payment with this service by credit or debit cards and 3D verification doesn’t perform.

{% content-ref url="/pages/-LnMJxamwzZdYW-BUDpz" %}
[Payment](/english/api-integration/payment-1.md)
{% endcontent-ref %}

## 3D Payment

You can accept payment with this service by credit or debit cards with 3D verification.

{% content-ref url="/pages/-LnMHWi01NMSSgdXvlnW" %}
[3D Payment](/english/api-integration/payment.md)
{% endcontent-ref %}


---

# 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://doc.paynet.com.tr/english/api-integration.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.
