499 questions
0 votes
0 answers
119 views
Razorpay WebView not initializing on first click in Android
I'm facing an issue in my Android app while integrating Razorpay. The WebView does not open or initialize on the first click, but from the second click onwards, it works as expected. I am getting an ...
0 votes
1 answer
89 views
How to support both Indian and international payments for an Indian business using a Stripe account? [closed]
I'm a freelance developer building websites for Indian businesses. One of my current projects involves setting up a payment gateway for a store selling Indian products to both domestic and ...
0 votes
0 answers
37 views
How will Play Store reviewers test payments in my Flutter app using Razorpay?
I am preparing to publish my Flutter app on the Play Store. My app has: Login with OTP authentication (using a test phone number and test OTP for Play Store reviewers). Payments integration using ...
3 votes
2 answers
3k views
How to fix 'cannot find symbol' error for Registrar in Razorpay_Flutter plugin on Flutter 3.29.0?
I'm using the razorpay_flutter plugin in my Flutter project, but when I try to build the app, I get the following error: error: cannot find symbol import io.flutter.plugin.common.PluginRegistry....
1 vote
1 answer
110 views
Razorpay payment screen opening multiple times in Flutter
I am integrating Razorpay into my Flutter application, but I am facing an issue where the Razorpay payment screen opens multiple times when the user initiates a payment by clicking the payment button ...
-1 votes
2 answers
212 views
Razorpay payment gateway integration flutter error
i have been using razorpay for my flutter firebase app for a year now after migrating from cloud run v1 to v2 by deleting v1 functions and updating and redeploying them i've been getting this error ...
0 votes
0 answers
85 views
Unable to integrate Razorpay in a chrome extension
I'm currently working on a chrome extension and I need to integrate Razorpay payments gateway for implementing payments in my extension but I am not able to do so due to content security policy of ...
1 vote
1 answer
507 views
Razorpay Payment Link Requires Phone Number Despite Providing Customer Details
I'm using Razorpay's Node.js SDK to create payment links. Although I am providing the customer details, including the phone number, every payment link still prompts the customer to input their phone ...
0 votes
1 answer
318 views
Razorpay Payment Page Goes Blank After Entering Card Details and Completing Bank Page
I have a Chrome extension installed in my browser. When I try to make a payment on a website using Razorpay, the process works fine until the final step. Here's what happens: After entering the card ...
0 votes
1 answer
104 views
How to fetch line items information from razorpay orders made via storefront pages?
I was trying to fetch product information from orders object received after a payment has been done via storefront page in Razopay. I was able to receive a list inside order object named line_items, ...
-2 votes
2 answers
207 views
Razorpay TypeError: this[("on" + t)] is not a function
I am integrating Razorpay into my React application using the in `index.html`. It was worked Fine, but now today I am getting. Uncaught runtime errors: ERROR Script error. at handleError (http://...
1 vote
0 answers
126 views
Cannot find module 'razorpay' or its corresponding type declarations
i was implementing razorpay with typescript and it was working properly, i had also installed razorpay module. But when i push to github running github actions its showing cannot find module 'razorpay'...
0 votes
0 answers
55 views
trouble sending post request with to laravel end point for razorpay order ceration
when i send a get request here every thing works perfectly fine but post request gives me errors react method for sending to payment.razorpay route `const handlePayment = ()=>{ localStorage.setItem(...
0 votes
1 answer
195 views
How to Integrate Payments for Sri Lanka in LKR Using Razorpay and PayPal?
I have a business based in India that sells products in Sri Lanka as well, and I'm using a single Shopify store for both. I integrated Razorpay for payment processing, and I need to support payments ...
0 votes
0 answers
354 views
Err: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts
Description I am facing the following crash when trying to checkout on a device with Android version API "VanillaIceCream" after setting the targetSdkVersion & compileSdkVersion 34. ...