CF Implementation

CF(Checkoutform) technically consists of 2(two) basic steps as like PWI;

CF-Initialize is where we start the payment process. While CF-Retrieve step is retrieving payment result, simply.

Implementation Steps

  1. Redirection

Top View

Usage

CF(Checkoutform) offers multiple way of forms on the browsers;

Responsive

<div id="iyzipay-checkout-form" class="responsive"></div>

Pop-up

<div id="iyzipay-checkout-form" class="popup"></div>

iFrame

  • It requires to add &iframe=true postfix to paymentPageUrl parameter that returns after CF-Initialize request.

Redirection

  • Most common method where direct routing of paymentPageUrl on the application.

Last updated