CF(Checkoutform) technically consists of 2(two) basic steps as like PWI;
CF-Initalize
CF-Retrieve
CF-Initialize is where we start the payment process. While CF-Retrieve step is retrieving payment result, simply.
Usage
CF - Initialize
Redirection
CF - Retrieve
Webhook
Usage; decision making of payment form which is available in pop-up, responsive, iframe or redirection forms.
CF-Initialize; first POST request of managing two-step CF transactions.
POST
Redirection; Following up consumers' payment, iyzico triggers correlated IPN(Instant Payment Notification) to given callbackUrl.
CF-Retrieve; engage step to officialize transaction between Acquirer and Issuer.
Webhook; real-time notification of relevant payment.
CF(Checkoutform) offers multiple way of forms on the browsers;
It requires to add &iframe=true postfix to paymentPageUrl parameter that returns after CF-Initialize request.
&iframe=true
paymentPageUrl
Most common method where direct routing of paymentPageUrl on the application.
Last updated 1 year ago
<div id="iyzipay-checkout-form" class="responsive"></div>
<div id="iyzipay-checkout-form" class="popup"></div>