---
page_source: https://juspay.io/in/docs/payment-page-enterprise/react-native/additional-features/amazon-pay-upi-sdk-flow
page_title: Amazon Pay UPI SDK Flow
---


# Amazon Pay UPI SDK Flow




### **Summary** 




### Step 1.1. Substep


This document describes the steps to integrate Amazon Pay deep-intent SDK flow formerchants integrated on Juspay’s Payment Page product. The objective of this newintegration is to improve user experience and success rates by reducing unnecessaryredirections for the end user.



**Prerequisites** 


### Step 1.1. Substep


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


#### Groovy Code Snippet:

```groovy
hyperSdkPlugin {
    clientId = "<CLIENT_ID>"
    sdkVersion = "2.1.13"
}
```




> **Note**
> _Note: Please make sure you have mavenCentral() added in root build.gradle’s allprojects →_ _repository section to fetch transitive dependencies of HyperAPayUPI SDK_ .



