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

NameTypeDescription

locale

String

Language(default:tr). Alternative is ‘en’.

conversationId*

String

Conversation ID to match request and response.

currencyCode*

String

Default is TRY. Alternatives are USD, EUR, GBP, IRR.

encodedImageFile*

String

Base64 encoded version of the product image.

description*

String

Description of the iyzilink product.

name*

String

Name of the iyzilink product.

price*

String

Total amount for iyzilink product.

addressIgnorable

String

Address flag.

soldLimit

String

Number of stock.

installmentRequested

String

Installment flag.

Output NameTypeDescription

status

String

Service response result (success / failure)

systemTime

Long

Response system timestamp value

locale

String

Language (default: tr)

conversationId

String

If set, conversation ID to match request and response

token

String

Unique value created for each checkout form request. This token is used to access the payment result

url

String

URL of iyzico payment page

imageUrl

String

URL of product

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

NameTypeDescription

locale

String

Language(default:tr). Alternative is ‘en’.

conversationId*

String

Conversation ID to match request and response.

currencyCode*

String

Default is TRY. Alternatives are USD, EUR, GBP, IRR.

encodedImageFile

String

Base64 encoded version of the product image.

description*

String

Description of the iyzilink product.

name*

String

Name of the iyzilink product.

price*

String

Total amount for iyzilink product.

addressIgnorable

String

Address flag.

soldLimit

String

Number of stock.

installmentRequested

String

Installment flag.

token

String

Unique value created for each iyzilink request.

Output NameTypeDescription

status

String

Service response result (success / failure)

systemTime

Long

Response system timestamp value

locale

String

Language (default: tr)

conversationId

String

If set, conversation ID to match request and response

token

String

Unique value created for each checkout form request. This token is used to access the payment result

url

String

URL of iyzico payment page

imageUrl

String

URL of product

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

NameTypeDescription

locale

String

Language(default:tr). Alternative is ‘en’.

conversationId

String

Conversation ID to match request and response.

token*

String

Unique value created for each iyzilink request.

Output NameTypeDescription

status

String

Service response result (success / failure)

systemTime

Long

Response system timestamp value

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

Request Body

NameTypeDescription

locale

String

Language(default:tr). Alternative is ‘en’.

conversationId

String

Conversation ID to match request and response.

token*

String

Unique value created for each iyzilink request.

Get Details Response

Output NameTypeDescription

status

String

Service response result (success / failure)

systemTime

Long

Response system timestamp value

locale

String

Language (default: tr)

conversationId

String

If set, conversation ID to match request and response

name

String

Name of product

description

String

Description of product

price

String

Price of product

currencyid

String

Currency ID of product

currencyCode

String

Currency of product

token

String

Unique value created for each checkout form request. This token is used to access the payment result

productType

String

iyzico product type

productStatus

String

Status of product

merchantId

String

url

String

URL of iyzico payment page

imageUrl

String

URL of product

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

Request Body

NameTypeDescription

locale

String

Language(default:tr). Alternative is ‘en’.

conversationId

String

Conversation ID to match request and response.

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

Request Body

NameTypeDescription

locale

String

Language(default:tr). Alternative is ‘en’.

conversationId

String

Conversation ID to match request and response.

Status Update Response

Output NameTypeDescription

status

String

Yapılan isteğin sonucunu belirtir. İşlem başarılı ise success değeri döner.

systemTime

Long

Dönen sonucun o anki unix timestamp değeridir.

locale

String

Kullanılan dil.

conversationId

String

İstek esnasında gönderilmişse, sonuçta aynen geri iletilir.

Last updated