iyzilink API

iyzilink API içerisinde yer alan servisler aşağıda listelenmiştir.

  1. List of iyzilink

Upon a successful request to create an iyzilink, you can use the returned "url" parameter and share it with your customers. This URL can be used by your customers to access and utilize the iyzilink for making payments.

POST https://api.iyzipay.com/v2/iyzilink/products

Request Body

When you create an iyzilink, you will receive a token value in the response. You can use this token value to update your existing iyzilinks. This allows you to make modifications or adjustments to your iyzilinks as needed, ensuring flexibility and control over your payment processes.

PUT https://api.iyzipay.com/v2/iyzilink/products

Request Body

When you create an iyzilink, you will receive a token value in the response. You can use this token value to delete your existing iyzilinks.

DELETE https://api.iyzipay.com/v2/iyzilink/products

Request Body

GET https://api.iyzipay.com/v2/iyzilink/products

Request Body

Get Details Response

PATCH https://api.iyzipay.com/v2/iyzilink/products/{token}/status/ACTIVE

Request Body

PATCH https://api.iyzipay.com/v2/iyzilink/products/{token}/status/PASSIVE

Request Body

Status Update Response

Last updated