Getting the Frontend SDK

Note

The steps described in this and subsequent pages have been implemented in our sample project already. Click on the ‘Download’ button on the top right hand side of the page to download the project

In order to use Hypercheckout, the very first step is to install the Hypercheckout SDK into your application and add proper configurations. This has two steps to it:

  1. Installing React Pluginlink icon

  2. Installing Compile Dependency for Androidlink icon

Following sections describe how to complete above steps:

1. Installing React Plugin

Hypercheckout SDK depends on certain assets to function. These are available over the air and are supposed to be present while building the SDK.
The Assets Plugin is a build time dependency that downloads all required assets and ensures the availability of the latest assets at build time.

Step 1.1
Add Plug-in Dependency

2. Installing Compile Dependency for iOS

To install Hypercheckout SDK follow the below steps:

Step 2.1
Add Dependency
Step 2.2
Add Post Install Script to Podfile
Step 2.3
Add MerchantConfig.txt
Step 2.4
Install Podfile

3. Installing Compile Dependency for Android

To install Hypercheckout SDK follow the below steps:

Last updated 1 year ago