# English

- [What I need ?](https://doc.paynet.com.tr/english/what-i-need.md)
- [API Integration](https://doc.paynet.com.tr/english/api-integration.md)
- [Payment](https://doc.paynet.com.tr/english/api-integration/payment-1.md)
- [3D Payment](https://doc.paynet.com.tr/english/api-integration/payment.md)
- [Card Save](https://doc.paynet.com.tr/english/card-save.md)
- [Card Information Saving](https://doc.paynet.com.tr/english/card-save/card-saving.md): v1/card/save
- [Deleting Card](https://doc.paynet.com.tr/english/card-save/deleting-card.md): v1/card/delete
- [Card Description Update](https://doc.paynet.com.tr/english/card-save/card-description-update.md): v1/card/desc\_update
- [Card List](https://doc.paynet.com.tr/english/card-save/card-list.md): v1/card/list
- [Sending OTP](https://doc.paynet.com.tr/english/card-save/sending-otp.md): v1/card/send\_otp
- [OTP Control](https://doc.paynet.com.tr/english/card-save/otp-control.md): v1/card/check\_otp
- [Transaction](https://doc.paynet.com.tr/english/transaction.md): It includes services such as credit card transaction processing, transaction listing, transaction details. Service details are stated below.
- [Payment Confirmation](https://doc.paynet.com.tr/english/transaction/payment-confirmation.md): v1/transaction/charge
- [Financialization](https://doc.paynet.com.tr/english/transaction/financialization.md): v1/transaction/capture
- [Payment Check](https://doc.paynet.com.tr/english/transaction/payment-check.md): v1/transaction/check
- [Transaction Details](https://doc.paynet.com.tr/english/transaction/transaction-details.md): v1/transaction/detail
- [Transaction List](https://doc.paynet.com.tr/english/transaction/transaction-list.md): v1/transaction/list
- [Transaction Marking](https://doc.paynet.com.tr/english/transaction/transaction-marking.md): v1/transaction/mark\_transferred
- [Adding Transaction Information](https://doc.paynet.com.tr/english/transaction/adding-transaction-information.md): v1/transaction/add\_info
- [Transaction Slip](https://doc.paynet.com.tr/english/transaction/transaction-slip.md): v1/transaction/slip
- [Upload Signature](https://doc.paynet.com.tr/english/transaction/upload-signature.md): v1/transaction/upload
- [Payment Report](https://doc.paynet.com.tr/english/transaction/payment-report.md): v1/transaction/payment\_list
- [Escrow Status Update](https://doc.paynet.com.tr/english/transaction/escrow-status-update.md): v1/transaction/escrow\_status\_update
- [Cancellation/Refund](https://doc.paynet.com.tr/english/cancellation-refund.md): Transaction cancellation and refund services.
- [Refund](https://doc.paynet.com.tr/english/cancellation-refund/refund.md): v1/transaction/reversed\_request
- [Refund List](https://doc.paynet.com.tr/english/cancellation-refund/refund-list.md): v1/transaction/reversal\_list
- [Pre-Authorization Cancellation](https://doc.paynet.com.tr/english/cancellation-refund/pre-authorization-cancellation.md): v1/transaction/preauth\_reversal
- [Financialization Cancellation](https://doc.paynet.com.tr/english/cancellation-refund/financialization-cancellation.md): v1/transaction/capture\_reversal
- [Agent](https://doc.paynet.com.tr/english/agent.md): Services to be used for Agent Login
- [Auto Login ](https://doc.paynet.com.tr/english/agent/auto-login.md): v1/agent/autologin


---

# 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.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.
