1. Getting the SDK

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 Assets Pluginlink icon

  2. Installing Hypercheckout SDKlink icon

Following sections describe how to complete above steps

1.1. Installing Assets 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.

To install Assets Plugin follow the below steps

Step 1.1.a.
Add Assets Plugin maven url
Step 1.1.b.
Add Assets plugin classpath
Step 1.1c.
Apply Assets plugin

1.2. Installing Hypercheckout SDK

For using the services provided by Hypercheckout SDK, client needs to implement certain APIs exposed by the SDK. These APIs are available through the Hypercheckout SDK. It is a build time dependency which exposes certain classes for use across your application.

To install Hypercheckout SDK follow the below steps

Step 1.2.a
Add SDK maven url
Step 1.2.b
Add SDK implementation

After adding Assets Plugin and Hyper SDK to your project, please ensure you do a gradle sync and clean build

Last updated 8 months ago