PWI-Retrieve
When the card details are entered in the payment form and the "Pay X TL" button is pressed, iyzico will redirect to the callbackUrl address that you specified during the creation of the payment form. At this address, a token value will be posted by iyzico. To view additional details about the payment results, a second query must be made using this token.
Following service represents the usage of token;
Queries the PWI transaction result by token.
Header parameters
AuthorizationstringRequiredExample:
Authorization header; starts with IYZWSv2 and is a signed hash in Base64.
IYZWSv2 aXBzaWduYXR1cmU...Content-TypestringRequiredExample:
application/jsonBody
localestring · enumOptionalExample:
Language code. Default; tr
enPossible values: conversationIdstringOptionalExample:
Request/response correlation ID.
8152109759tokenstringRequiredExample:
Token of the PWI session to be retrieved.
da7431f4-89fc-4f65-8533-d83a4fede7d9Responses
200
Successful response (payment completed)
application/json
400
Bad request / validation error
application/json
post
/payment/iyzipos/checkoutform/auth/ecom/detailSample Codes
Last updated
