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
Redirection
Top View
UML Diagram

Usage
CF(Checkoutform) offers multiple way of forms on the browsers;
Responsive
Pop-up
iFrame
It requires to add
&iframe=true
postfix topaymentPageUrl
parameter that returns after CF-Initialize request.
Redirection
Most common method where direct routing of
paymentPageUrl
on the application.
Last updated