---
page_source: https://juspay.io/in/docs/payment-page-enterprise/react-native/additional-features/simpl-paylater
page_title: Simpl Paylater
---


# Simpl Paylater




### **Prerequisites** 




### Step 1.1. Substep


All prerequisites and authorization required for Simpl shall be completed by merchant

* Account creation with Simpl
* Configure the credentials provided by Simpl on Juspay Dashboard




### **Dependencies** 




### Step 1.1. Substep


**Ensure that the following dependencies are added for Android:** 


#### build.gradle Code Snippet:

```build.gradle
allprojects {
    repositories {
        google()
        jcenter()
        maven {
          url "https://maven.getsimpl.com/"
       }
    }
}

dependencies {  
    implementation "com.simpl.android:fingerprintSDK:1.1.6"
}

```


**For iOS SDK version 2.1.3 and above:** 


#### Podfile Code Snippet:

```podfile
pod 'SimplFingerPrint', '1.0.6'
```




> **Note**
> _Note: Dependency addition is not required for iOS SDK version below 2.1.3 and Web_ 




### Step 1.1. User Experience


* **First time user** : Simpl wallet will be displayed on the payment page, if the user is eligible to transact on Simpl. On choosing Simpl, the user will be redirected to Simpl page to enter mobile number, verify OTP and authorize the payment.
* **Repeat user** : In case of a repeat user eligible to transact on Simpl, the payment page shall display Simpl option with available wallet balance. On choosing SImpl the user’ wallet account will get debited without any redirection.

