CF-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;

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.

Example: 8152109759
tokenstringRequired

Token returned in the CF initialize response.

Example: 077aff05-1e9b-44aa-aa11-c268bb8b3826
Responses
200

Successful response (payment completed)

application/json
post
/payment/iyzipos/checkoutform/auth/ecom/detail

Sample Codes

Last updated