Retrieve
To retrieve the details of a transaction registered in iyzico, you can use the payment inquiry service.
The parameters that need to be sent to the service are as follows:
Retrieves the result of a payment.
Header parameters
AuthorizationstringRequiredExample:
Authorization header starting with IYZWSv2 and a signed hash value encoded in base64.
IYZWSv2 aXBzaWduYXR1cmU...Content-TypestringRequiredExample:
Content-Type value.
application/jsonBody
localestring · enumOptionalExample:
Language code. Allowed values; tr, en. Default; tr
enPossible values: paymentIdstringRequiredExample:
Payment transaction ID.
25168803paymentConversationIdstringOptionalExample:
ConversationId of the payment transaction. Required if paymentId is not sent.
123456789Responses
200
Successful response
application/json
400
Invalid request / validation error
application/json
post
/payment/detailSample Codes
Last updated
