API - 3DS
Starts a 3D Secure session and returns an htmlContent value for 3DS authentication.
Authorization header; a signed Base64-encoded hash that starts with IYZWSv2.
IYZWSv2 aXBzaWduYXR1cmU...Content-Type value.
application/jsonLanguage code. Default; tr
enPossible values: Unique ID for request/response correlation.
conversationIdBasket total amount.
1Final amount to be charged to the customer.
1Currency. Default; TRY.
TRYPossible values: Installment count (if omitted, a single installment is used).
1Possible values: Payment channel.
WEBPossible values: Basket ID.
basketIdPayment group. Default; PRODUCT.
PRODUCTPossible values: Redirect URL after 3DS flow completes.
https://callbackurl.comSuccessful response (3DS initialized)
Invalid request / validation error
Finalizes the payment after successful 3D authentication.
Authorization header; a signed Base64-encoded hash that starts with IYZWSv2.
IYZWSv2 aXBzaWduYXR1cmU...Content-Type value.
application/jsonLanguage code. Default; tr
enPossible values: Payment ID returned by the initialize call.
25149157Unique ID for request/response correlation.
conversationIdData posted by the 3DS result. If present, it must be sent.
Successful response (payment completed)
Invalid request / validation error
After the verification step, both the v1 and the new-generation v2 endpoints can be used to finalize the payment. However, to align with more advanced and secure technologies, the use of the v2 endpoint is recommended.
Authorization header; a signed Base64-encoded hash that starts with IYZWSv2.
IYZWSv2 aXBzaWduYXR1cmU...Content-Type value.
application/jsonLanguage code. Default; tr
enPossible values: Payment ID returned after 3DS initialization.
25146302Unique ID for request/response correlation.
conversationIdCollected amount to be used in 3DS v2 completion. Must match the paidPrice sent in INIT 3DS.
1Basket ID (must match INIT 3DS basketId).
basketIdCurrency. Default; TRY (must match the value sent in INIT 3DS).
TRYPossible values: Successful response (payment completed)
Invalid request / validation error
Last updated
