Questions tagged [razorpay-andoid-sdk]
15 questions
2
votes
2 answers
processDebugMainManifest FAILED, I am facing this error while using targetSdkVersion as 31
/Users/paradox/Developer/nturing/services/otus/scanner-android/app/src/main/AndroidManifest.xml Error:
android:exported needs to be explicitly specified for . Apps targeting Android 12 and higher are required to specify an explicit…

Shadab K
- 1,677
- 1
- 16
- 25
1
vote
1 answer
razor pay checks SDK compatibility status every time in app kotlin android
Every time i try to deposit money using razorpay it showing window of checking sdk compatibility which is not expected .
how to remove or hide this window permanantly??

Stubborn
- 65
- 10
1
vote
0 answers
(django) razorpayx webhook receiving empty queryset instead of any payload
this is my webhook url i am using ngrok service for this
https://061c-103-223-8-94.in.ngrok.io/intg/rzpwhook/
when i try to change any payout status. i am getting empty queryset instead of any payload
this is my view:
@csrf_exempt
def…

Love dazzell
- 11
- 1
1
vote
0 answers
Error : E/cr_PlatformSer-Internal: UsageReporting query failed
I want to connect ads in my app every five posts with one ads Continues,
This is my Error: E/cr_PlatformSer-Internal: UsageReporting query failed
How to solve this problem any one tell me

surendhar suren
- 23
- 3
1
vote
2 answers
Error :- com.razorpay.CheckoutActivity has leaked IntentReceiver
Hello I have implemented Razorpay payment gateway but when I click the pay button to open the payment gateway screen there is an error
I have 6 card views which shows the different amount and when the user select the card view and press the donate…

Vasant Raval
- 257
- 1
- 12
- 31
0
votes
0 answers
How to increase Socket Timeout period in android studio?
I currently have a slow internet connection and need to download the Android SDK, but I am getting an error "java.net.SocketTimeoutException: Connection timed out".
Is there a way to increase the timeout period to allow for the download to complete?

Jaafar Melhem
- 157
- 1
- 7
0
votes
0 answers
What is the process for removing testing and draft apps from the Google Play Console?
Any body know how to remove testing and draft Apps from the google play console. Please look at this image and let me know, Thanks
enter image description here
I am expecting to remove testing and draft Apps from the google play console.

Khuram
- 1
- 2
0
votes
0 answers
pay from phonepe or googlePay through razorpay
How can I implement a redirect functionality from a React Native button to either PhonePe or Google Pay using Razorpay as a payment gateway?

sanjay solanki
- 1
- 1
0
votes
0 answers
Turn off auto restart on android when remove screen?
I am editing Android 10 ROM to run on phones without a screen. However, when I remove the screen, the phone automatically restarts. How can I disable this feature?
"I have researched many forums, but there is no solution."

Hoá Đoàn Thanh
- 13
- 4
0
votes
0 answers
Razor pay in flutter first time always the app crashes
E/ActivityThread: Activity com.razorpay.CheckoutActivity has leaked IntentReceiver com.razorpay.b__J_@837b24 that was originally registered here. Are you missing a call to unregisterReceiver()?
android.app.IntentReceiverLeaked: Activity…

Mohammed Niyaz
- 159
- 1
- 6
0
votes
0 answers
Create a Razor pay monthly Subscription(not a payment)
I want to integrate a Razorpay monthly subscription to my app but I can't achieve that by reading docs of Razorpay android SDK integration, it is too much confusing and lacks information about how to use their services. not proper and complete demo…

Priyanka Vadodariya
- 11
- 3
0
votes
1 answer
Razorpay Custom UI integration
I am trying to integrate a custom UI for razorpay using the documentation below:
https://razorpay.com/docs/payments/payment-gateway/android-integration/custom/build-integration/
But I don't want to display the following page when I call the submit…

Sneha
- 11
- 2
0
votes
2 answers
How do update one variable from a object in kotlin
I have made a data class of vars (uid, name, age, description, email) and connected to to Cloud Firestore and uploaded data. But when I am updating these descriptions for a user later on in edit page, it is only updating Description and making…

Arham Ali
- 1
- 1
0
votes
2 answers
Return navigation is not working in wallets for Razorpay payment gateway
I have used RazorPay Android SDK as a payment gateway for my product. I have implemented the proper code as they have described which is working fine in live mode for Card payments. But the issue is coming for wallets like PhonePe and GPay.
The…

Ranjit
- 5,130
- 3
- 30
- 66
-1
votes
1 answer
Unexpected token else Android Studio
This my code about authentification, but I do not understand why when I run my code "else" display
"Unexpected token".
username = (EditText) findViewById(R.id.editTextUsername_id);
motdepasse = (EditText) …

Nigar Xidirbeyli
- 1
- 3