This document describes the steps to integrate Amazon Pay deep-intent SDK flow for
merchants integrated on Juspay’s Payment Page product. The objective of this new
integration is to improve user experience and success rates by reducing unnecessary
redirections for the end user.
Prerequisites
Amazon Pay SDKs are included as part of a new sub-module in HyperSDK - HyperAPayUPI.
Merchant needs to update the plugin version to the latest version (2.0.2 or higher). The SDK version in the hyperSdkPlugin block of build.gradle file has to be updated to the latest (2.1.13 or higher)
Once the above changes are in place, merchant just need to do a clean build of their app and SDK flow of AmazonPay UPI will be enabled
Note: Please make sure you have mavenCentral() added in root build.gradle’s allprojects →
repository section to fetch transitive dependencies of HyperAPayUPI SDK.