Cordova
The airpay Cordova Standard Kit provides a sample project that illustrates the complete integration flow. The kit also contains detailed documentation to guide you through the process. For detailed instructions and examples, please refer to the “SampleCordova App” and the “Documents” folder included in the kit package.
Integration Steps:
step 1: Navigate to your project directory
cd your-project-folder
step 2: Add the required platform
cordova platform add android
step 3: Install the Airpay plugin
cordova plugin add https://github.com/Airpay2014/airpay-cordova-V4-India.git#master
step 4: Create the request instance and handle the response
Refer to the SDK kit for details on how to create the request object for the Airpay plugin and manage the response flow between the plugin and your app.
For complete integration steps, please refer to the Airpay\_Cordova\_Plugin\_Integration document included in the kit.