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;
Checkout Form (CF) Retrieve
post
After the CF payment form is completed, queries the result using the token.
Header parameters
AuthorizationstringRequired
Authorization header that starts with IYZWSv2 and is a signed hash generated in Base64 format.
Example: IYZWSv2 aXBzaWduYXR1cmU...
Content-TypestringRequired
Content-Type value.
Example: application/json
Body
localestring · enumOptional
Language code. Default is tr.
Example: enPossible values:
conversationIdstringOptional
Request/response correlation ID. The value sent in the request is returned unchanged in the response.