1. Getting the SDK

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

  1. Installing Assets Plugin

  2. Installing Express Checkout SDK

Following sections describe how to complete above steps

1.1. Installing Assets Plugin

Express Checkout 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.1a
Add Post Install Script to Podfile
Step 1.1b
Add MerchantConfig.json

1.2. Installing Express Checkout SDK

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

To install Express Checkout SDK follow the below steps

Step 1.2.a
Add SDK dependency to Podfile
Warning

Contact Juspay team for getting latest stable sdkVersion for your app.

Step 1.2.b
Install Podfile
Last updated 10 months ago