Advantages
- No Dependency on UAT Environment: Traditional integration methods often encounter obstacles due to issues with UAT environments. Mock SDK removes this roadblock, enabling you to integrate without external dependency.
- Streamlines Integration: Mock SDK is designed to create a smoother integration experience, ensuring a hassle-free process. This allows you to quickly offer Turbo UPI services to the users.
- Effortless Integration for Essential Flows: Mock SDK simplifies the process of integrating Turbo for important scenarios. This enables you to expand your range of UPI services for customers without dealing with complex requirements.
- Seamless Transition to Production: After testing your integration with Mock SDK, you can smoothly transition to the Production SDK for final testing. This ensures a seamless and secure transition from development to live production.
Prerequisites
-
Contact our integrations team to get your mobile number, app, and GitHub account whitelisted to get access to the
https://github.com/upi-turbo/android-turbo-sample-app- sample app repository.app/src/turboUI: Sample app code for UI SDKapp/libs: All libraries (Bank, SecureComponent, and Turbo).app/uiLibrary: Library for UI SDK.app/build.gradle: All transitive dependencies needed to integrate Turbo SDK.
- Integrate with the Razorpay Android Custom SDK.
-
Import the following frameworks:
- Razorpay Turbo Wrapper Plugin SDK (maven)
- Razorpay Turbo Core SDK
- Mock SDK
-
Add the following lines to your Android project’s
gradle.propertiesfile:android.enableJetifier=trueandroid.useAndroidX=true
1. Integration Steps
Follow these steps to integrate with Turbo UPI with UI.2. Test Integration
Razorpay has three environments: Mock, UAT and Prod. We recommend the following:- Complete the integration with the Mock environment.
- Perform the UAT using the Razorpay-provided API keys.
2.1 Test Data
Use the following data to test the integration.Bank List
Bank id | Bank Name | IFSC
1 | Axis | AXIS0000001
2 | SBI | SBI00000001
3 | HDFC | HDFC0000001
4 | YES | YES00000001Bank Accounts
Bank id | Bank Name | Account Number | Beneficiary Name | Account Balance | UPI PIN | ATM PIN | Card Number | Expiry Date | CVV | OTP | Type
1 | Axis Bank | xxxx0001 | Pratheek | ₹100 | Not Set | 1234 | 8000110001 | Any Future Date | Random CVV | 123456 | Savings
1 | Axis Bank | 8888 88xx xxxx 0002 | Pratheek | ₹9,000 | 123456 | 1234 | 8888 8888 8811 0002 | Any Future Date | Random CVV | 123456 | Credit Card
2 | SBI Bank | xxxx0001 | Kushaal Singla | ₹9,000 | Not Set | 1234 | 9000110001 | Any Future Date | Random CVV | 123456 | Savings
2 | SBI Bank | 8888 88xx xxxx 0003 | Kushaal Singla | ₹9,000 | Not Set | 1234 | 8888 8888 8811 0003 | Any Future Date | Random CVV | 123456 | Credit Card
2 | SBI Bank | xxxx0203 | Kushaal Singla | ₹99,999 | 123456 | 1234 | 9599110203 | Any Future Date | Random CVV | 123456 | Savings2.2 Test Case Coverage
Following are the various scenarios based on the dependencies.Dependencies and Scenarios
S.No | Dependency | Positive Scenarios | Negative Scenarios
1 | Prefetch and Link Accounts | Fetch existing PIN set and PIN not set accounts | No account exists for that number.
2 | Device Binding | Device Binding | - SIM not found- SMS Sending failed
-
Permissions not given
3 | Account Linking | - Account found - PIN set
-
PIN not set | No account exists for that number.
4 | UPI ID generation | - UPI ID present(roaming profile) -
New UPI ID creation | NA
5 | - UPI PIN Management - Change PIN
- Reset PIN | PIN Changed/Set Successfully | - Invalid PIN
- PIN not matching
- Incorrect OTP
-
Incorrect Card details(Reset PIN)
6 | P2M Transaction - In-App Payments | Payment Successful | - Invalid PIN - Timeout
-
Insufficient Balance
7 | Check Balance | Show Balance | Invalid PIN
8 | Delink Account | Success Only | NA
2.3 How to Test?
Given are the various test cases and their sequential steps.2.3.1 Device Binding Success
In the scenario of successful device binding, follow these simple steps:- Enter a mobile number that exists on the user’s device.
- Call
razorpay.upiTurbo.linkNewUpiAccountWithUImethod. - Grant all the required permissions as prompted.
- The device binding process will initiate, including SMS sending.
- After successful device binding, a list of banks for selection will appear.
2.3.2 SIM not found
In the event of a SIM card not being found, follow these steps:- Remove all SIM cards from the device.
- Call
razorpay.upiTurbo.linkNewUpiAccountWithUImethod. - Grant all the required permissions as prompted.
- A screen will be displayed with the error message No SIM found.
2.3.3 Denied Permissions or Access Restricted
When permissions are denied or access is restricted, follow these steps:- Enter a mobile number that exists on the user’s device.
- Call
razorpay.upiTurbo.linkNewUpiAccountWithUImethod. - Deny the required permissions when prompted.
- A screen will be displayed, asking to allow the denied permissions.
2.3.4 Account Found
In the scenario where an account is found, follow these steps:- Enter a mobile number that exists on the user’s device.
- Call
razorpay.upiTurbo.linkNewUpiAccountWithUImethod. - Grant the required permissions when prompted.
- The device binding process will initiate, including SMS sending.
- After successful device binding, a list of banks for selection will appear.
- Select Axis Bank or SBI Bank as mentioned in the Test Data.
- The accounts based on the bank selection will be shown.
2.3.5 PIN
PIN set When it comes to setting or managing your PIN, follow these steps:- Enter a mobile number that exists on the user’s device.
- Call
razorpay.upiTurbo.linkNewUpiAccountWithUImethod. - Grant the necessary permissions when prompted.
- The device binding process will initiate, including SMS sending.
- After successful device binding, a list of banks for selection will appear.
- Select Axis Bank or SBI Bank as mentioned in the Test Data.
- The accounts based on the bank selection will be shown.
- Select the account ending with xxxx0203, as mentioned in the Test Data.
- The account will be linked, and the PIN will be set successfully.
PIN not set
When dealing with scenarios where a PIN is not set, follow these steps:- Enter a mobile number that exists on the user’s device.
- Call
razorpay.upiTurbo.linkNewUpiAccountWithUImethod. - Grant the necessary permissions when prompted.
- The device binding process will initiate, including SMS sending.
- After successful device binding, a list of banks for selection will appear.
- Select Axis Bank or SBI Bank as mentioned in the Test Data.
- The accounts based on the bank selection will be shown.
- Select an account ending with xxxx0001, as mentioned in the Test Data.
- A card details screen will be displayed.
No Account for Specified Number
When there is no account associated with a particular number, follow these steps:- Enter a mobile number that exists on the user’s device.
- Call
razorpay.upiTurbo.linkNewUpiAccountWithUImethod. - Grant the necessary permissions when prompted.
- The device binding process will initiate, including SMS sending.
- After successful device binding, a list of banks for selection will appear.
- Select HDFC or Yes Bank as mentioned in the Test Data.
- A screen will appear with the error message No bank account found.
PIN set Successfully
For a successful PIN setup, follow these steps:- Enter a mobile number that exists on the user’s device.
- Call
razorpay.upiTurbo.linkNewUpiAccountWithUImethod. - Grant the necessary permissions when prompted.
- The device binding process will initiate, including SMS sending.
- After successful device binding, a list of banks for selection will appear.
- Select Axis Bank or SBI Bank as mentioned in the Test Data.
- The accounts based on the bank selection will be shown.
- Select an account ending with xxxx0001, as mentioned in the Test Data.
- A card details screen will be displayed. Enter the details from Test Data.
- Enter bank OTP from Test Data on the next screen then proceed.
- Enter and confirm the PIN on the subsequent screens.
Incorrect OTP
In situations where an incorrect OTP is encountered, follow these steps:- Enter a mobile number that exists on the user’s device.
- Call
razorpay.upiTurbo.linkNewUpiAccountWithUImethod. - Grant the necessary permissions when prompted.
- The device binding process will initiate, including SMS sending.
- After successful device binding, a list of banks for selection will appear.
- Select Axis Bank or SBI Bank as mentioned in the Test Data.
- The accounts based on the bank selection will be shown.
- Select an account ending with xxxx0001, as mentioned in the Test Data.
- A card details screen will be displayed. Enter the details form Test Data
- Enter any random OTP except for 123456.
Incorrect Card Details(Reset PIN)
When dealing with resetting your PIN with incorrect card details, follow these steps:- Enter a mobile number that exists on the user’s device.
- Call
razorpay.upiTurbo.linkNewUpiAccountWithUImethod. - Grant the necessary permissions when prompted.
- The device binding process will initiate, including SMS sending.
- After successful device binding, a list of banks for selection will appear.
- Select Axis Bank or SBI Bank as mentioned in the Test Data.
- The accounts based on the bank selection will be shown.
- Select an account ending with xxxx0001, as mentioned in the Test Data.
- Enter incorrect card details.
2.3.6 UPI ID
New UPI ID Creation (PIN already set) For the scenario of creating a new UPI ID with an already set PIN, follow these steps:- Enter a mobile number that exists on the user’s device.
- Call the
razorpay.upiTurbo.linkNewUpiAccountWithUImethod. - Grant all the required permissions as prompted.
- The device binding process will initiate, including SMS sending.
- After successful device binding, a screen with a list of Banks will be displayed for Bank selection.
- Select Axis Bank or SBI Bank as mentioned in the Test Data.
- The accounts based on bank selection will be shown.
- Select an account ending with xxxx0203, as mentioned in the Test Data.
- Expect the final response to confirm that an account with a UPI ID is linked successfully.
New UPI ID Creation (PIN not set)
For the scenario of creating a new UPI ID without a set PIN, follow these steps:- Enter a mobile number that exists on the user’s device.
- Call the
razorpay.upiTurbo.linkNewUpiAccountWithUImethod. - Grant all the required permissions as prompted.
- The device binding process will initiate, including SMS sending.
- After successful device binding, a screen with a list of Banks will be displayed for Bank selection.
- Select Axis Bank or SBI Bank as mentioned in the Test Data.
- The accounts based on bank selection will be shown.
- Select an account ending with xxxx0001, as mentioned in the Test Data.
- A card detail screen will be displayed. Enter the details from Test Data.
- Enter the bank OTP from Test Data on the next screen, then proceed.
- Enter and confirm the PIN on the subsequent screens.
2.3.7 Transactions
Payments Successful When it comes to transactional scenarios, with a focus on ensuring a successful payment, follow these steps:- Begin by following the integration steps, specifically the
submitmethod. - Enter an amount that is lower than the account balance.
- Enter the correct PIN.
- Subsequently, you will receive a callback on
onPaymentSuccess. This indicates that the payment has been successfully processed.
Handy Tips
Invalid PIN
In situations where an invalid PIN is entered, follow these steps:- Begin by following the integration steps, specifically the
submitmethod. - Enter an amount lower than the account balance mentioned in Test Data.
- Enter the incorrect PIN.
- Subsequently, you will receive a callback on
onPaymentError. This indicates an error occurred during the payment process due to the invalid PIN.
Timeout
When dealing with transactional scenarios, specifically focusing on handling timeouts, follow these steps:- Begin by following the integration steps, specifically the
submitmethod. - Enter the amount as 24.
- Enter the correct PIN.
- Subsequently, you will receive a callback on
onPaymentError. This indicates that an error occurred during the payment process due to a timeout.
Insufficient Balance
When it comes to transactional scenarios with a focus on handling insufficient balance, follow these steps:- Begin by following the integration steps, specifically the
submitmethod. - Enter an amount greater than the account balance as mentioned in Test Data.
- Enter the correct PIN.
- Subsequently, you will receive a callback on
onPaymentError. This indicates an error occurred during the payment process due to insufficient balance.
2.3.8 Manage Accounts
Show Balance For scenarios related to checking your balance, follow these steps:- Enter a mobile number that is already registered on the device.
- Call
razorpay.upiTurbo.manageUpiAccountsmethod. - A list of linked accounts will be displayed.
- Select the account for which you want to check the balance.
- Click on Check Balance, then enter the correct PIN when prompted.
- The balance for the selected account will be displayed.
Check Balance - Invalid PIN
When it comes to scenarios focused on checking your balance, follow these steps:- Enter a mobile number that exists on the user’s device.
- Call the
razorpay.upiTurbo.manageUpiAccountsmethod. - A list of linked accounts will be displayed.
- Select the account for which you want to check the balance.
- Click on Check Balance.
- Enter an incorrect PIN when prompted.
- An error message will be displayed indicating that the provided PIN is invalid or does not match the expected PIN.
Delink Account - Success
When it comes to scenarios related to delinking your account, follow these steps:- Enter a mobile number that is already registered on the device.
- Call
razorpay.upiTurbo.manageUpiAccountsmethod. - A list of linked accounts will be displayed.
- Select the account you wish to delink.
- Click on the option to delink or remove the account.
- A confirmation alert will be displayed, confirming that your account has been successfully delinked.
Change PIN - Success
When it comes to successfully changing your PIN, follow these steps:- Enter a mobile number that is registered on the device.
- Call
razorpay.upiTurbo.manageUpiAccountsmethod. - A list of linked accounts will be presented.
- Select the specific account for which you intend to change the PIN.
- Click on Change PIN, and proceed to enter the current PIN, along with the new PIN, and confirm the new PIN on the subsequent screens.
Change PIN - Failure
When attempting to change your PIN but encountering a failure, follow these steps:- Enter a mobile number that is registered on the device.
- Call
razorpay.upiTurbo.manageUpiAccountsmethod. - A list of linked accounts will be displayed.
- Select the specific account for which you wish to change the PIN.
- Click on Change PIN and proceed to enter an incorrect PIN, or enter a new PIN and a different PIN while confirming it.
Reset PIN - Success
To successfully reset your PIN, proceed with the following steps:- Enter a mobile number that is registered on the device.
- Call the
razorpay.upiTurbo.manageUpiAccountsmethod. - View the list of linked accounts.
- Select the specific account for which you wish to reset the PIN.
- Click on Reset PIN and follow the prompts to input the bank OTP from the Test Data.
- Enter the new PIN and confirm it on the subsequent screens.
2.3.9 Prefetch
2.3.9.1 First Time Onboarding Onboarding Success Follow these simple steps for the first time onboarding:- Enter a mobile number that exists on the user’s device.
- Call
razorpay.upiTurbo.prefetchAndLinkUpiAccountsWithUImethod. - Grant all the required permissions as prompted.
- The device binding process is initiated, including SMS sending.
- After the successful binding, a screen with a title Fetching accounts is displayed.
- Expect a callback on
onResponse. This callback contains 2 lists with PIN set and PIN not set accounts. - After an account is linked, the callback
onResponseis received again asynchronously with updated lists.
Denied Prefetch Consent
Follow these simple steps for the first time onboarding:- Enter a mobile number that exists on the user’s device.
- Call
razorpay.upiTurbo.prefetchAndLinkUpiAccountsWithUImethod. - Grant all the required permissions as prompted.
- The device binding process is initiated, including SMS sending.
- After the successful binding, a list of banks appear for selection.
PIN Set
When it comes to setting or managing your PIN, follow these steps:- Call the
razorpay.upiTurbo.setUpiPinWithUImethod. - A card details screen is displayed. Enter the details from the Test Data section.
- Enter bank OTP from the Test Data on the next screen and then proceed.
- Enter and confirm the PIN on the subsequent screens.
2.3.9.2 Accounts Already Onboarded
Follow these steps for accounts that are already onboarded:- Call the
razorpay.upiTurbo.prefetchAndLinkUpiAccountsWithUImethod. - A list of banks appear for selection.
- Select the bank you want to link the account to.
2.4 Additional Cases
Businesses should have the capability to display a user-friendly message to their customers for certain special or additional error scenarios. The SDK is equipped to simulate some of these cases.Action | Input Data | Code | Description
Pay | Amount = ₹24 | 91 | Timeout
2.5 TPV Cases
The following points are be considered for TPV flow:- Only one TPV whitelisted account (ending with xxxx0203) is permitted. Payments made using any other accounts will fail with the error Payment failed because the account linked to VPA is invalid.
- Payment can be made multiple times when using Mock for any given
order_id, which is not the case in production. - Use the
rzp_test_V5AtnjYvupQXm1API key id for TPV testing on the Mock environment.