31 questions
1
vote
0
answers
42
views
Show error when run RazorPay payment gateway in Flutter
I am using RazorPay payment gateway in testing mode, but when I run this program, I see this error:
(9685): Failed to find entry 'classes.dex': Entry not found
My code is:
Main.dart:
import 'package:...
2
votes
1
answer
155
views
Flutter Build Fails: Registrar Not Found in razorpay_flutter & paytm_allinonesdk
I'm working on a Flutter project that includes razorpay_flutter and paytm_allinonesdk plugins. When I try to build the project, I get the following errors:
error: cannot find symbol
import io....
1
vote
0
answers
194
views
Upi payment not working razorpay_flutter: ^1.3.7 [closed]
card payments and netbanking payments successful, but upi payment getting failed in android and ios.
Also external wallet phonepay, paytm , gpay not working
version - razorpay_flutter: ^1.3.7
enabled ...
1
vote
0
answers
52
views
error: resource style/Theme.AppCompat.NoActionBar (aka com.example.sample:style/Theme.AppCompat.NoActionBar) not found
when ever I try to add razor_pay the below issue happens. This error occurred after I updated Flutter and Android Studio to the latest version. Removing the razor_pay solves the issue. Reverting back ...
-1
votes
1
answer
89
views
PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException unable to find valid certification path to requested target
i'm trying to get a orderId from Razorpay api through java but ended up with this error.RazorpayException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider....
1
vote
0
answers
265
views
Flutter build fail because of razorpay package name conflict after upgrading to flutter version 3.24.0
After day one of upgrading Flutter to Flutter version 3.24.0, I suddenly started getting build issues because of the conflict with the Razorpay package name 'com.razorpay'.
Below is the error log
[com....
-1
votes
1
answer
277
views
Flutter: razorpay payment gateway with custom checkout screen
I have integrated a payment gateway in my flutter app using razorpay. Is it possible to make a custom UI for the checkout page of razorpay?
For the payment process i currently use razorpay.open(...
0
votes
1
answer
814
views
UPI intent apps are not showing on inappwebview in flutter while calling a payment gateway url. if i open the same url on normal browser it work fine
I have a razorpay integration on my flutter application. The existing implementation uses flutter inappwebview to hit the payment gateway url. Issue is when the url is being called from inappwebview ...
0
votes
1
answer
41
views
how to get razorpay Order_id in flask app
when i am click on pay button in browser then show "order_id" is invailid
how to get proper unique order_id of every payment
index.html
<script>
var options = {
"key": &...
0
votes
1
answer
692
views
Using a razorpay plugin in flutter Giving a error
I have a create a application where if user click then it should make a payment. for payment gateway purpose I use razoerpay .I also added dependency in pubspec.yml file & API key of razorpay. but ...
0
votes
1
answer
427
views
"your website/app should contain these pages" facing in razor pay verification in app
"your website/app should contain these pages"
Facing above issue when submit app for live review in razor pay.
I submitted app screenshots as per guidance of razor pay site.
Also explained ...
0
votes
1
answer
597
views
Can we change Razorpay Status "Authorize" to "Capture" from flutter?
Is it possible to change Razorpay Status from Flutter?
I am using razorpay for my app and after getting success status the the status of Razorpay payment is "Authorized". I need to change ...
0
votes
1
answer
748
views
Flutter: Compatibility issue between razorpay_flutter 1.3.4 and package_info_plus plugin
I am facing a compatibility issue in my Flutter project. I am using the package_info_plus plugin with version 1.4.3+1 and razorpay_flutter plugin with version 1.3.4. However, when I added the ...
0
votes
1
answer
613
views
In Pubspec.lock file razor_pay flutter is having version 1.3.2 vs in Pubspec.yaml its 1.3.2
In pubspec.lock the version is : "1.3.4" ,in pubspec.yml the version is razorpay_flutter: ^1.3.2
i tried deleting lock file then running pub get but still it goes to 1.3.4 , i want to use ...
0
votes
1
answer
148
views
Flutter Razorp,Your app(s) are vulnerable to Intent Redirection
I have used the latest razorpay_flutter: ^1.3.4 dependency in the app.
when uploaded to place console i received mail from the team as
"
Intent Redirection
Your app(s) are vulnerable to Intent ...
1
vote
0
answers
2k
views
Amount exceeds maximum amount allowed Error in Razorpay in Flutter
Please any one help me in this,
I make one application that accepts payment from users.
I use the Razorpay payment gateway.
here my payment code:
import 'package:flutter/cupertino.dart';
import '...
0
votes
1
answer
1k
views
How to do a Razorpay integration in Flutter
I am able to deploy payment transaction but the server part is very hard. How can I create a orderid and how can we find the payment is done by a specific user?
1
vote
1
answer
342
views
Unable to set up razorpay payment gateway for ios flutter
I have successfully implemented razorpay plugin for android. But I couldn’t find a way to run on iOS simulator throwing the error.
Failed to build iOS app
Error output from Xcode build:
↳
objc[...
1
vote
0
answers
309
views
Razorpay success screen in flutter disappear instantly
I am implementing Razorpay in a flutter mobile application. Everything works fine till I tap the success button on the Razorpay bank gateway screen
But on tapping the success button, a payment success ...
2
votes
1
answer
384
views
Can anybody tell me how to payout to User account using RazorPay Flutter either through flutter library or post request
The Payment Integration it's my first time, I have successfully integrate RazerPay for my Flutter project using the standard razorpay_flutter library from pub.dev, But there is only checkout function ...
0
votes
1
answer
1k
views
How to remove Upi(External wallet) from Razorpay - FLUTTER
I am using Razorpay for the payment in an e- commerce app, Actually in only need card payment in the payment method of razorpay. But how can i remove all the external payment from the options.
0
votes
1
answer
263
views
i used razorpayWeb plugin in my flutter project but i am confused how to get dynamic data in razorpay options
import 'package:flutter/material.dart';
import 'package:futurek/homepage.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({Key? key}) : super(key: ...
1
vote
0
answers
170
views
Getting error on flutter project on creating build in Xcode ( iOS ) - error: unable to load standard library for target 'arm64-apple-ios10.0'
Hi I am getting this error on build iOS Xcode.
error: unable to load standard library for target 'arm64-apple-ios10.0'
Module compiled with Swift 5.5.2 cannot be imported by the Swift 5.6 compiler: /...
0
votes
1
answer
1k
views
"'Razorpay' was created for incompatible target arm64-apple-ios10.0" while building for flutter iOS simulator
After importing Razorpay plugin in flutter, my app is not building for iOS simulator. It is running on iOS Physical device and Android emulator but I'm unable to find out the reason for this error ...
2
votes
3
answers
6k
views
Unable to load standard library for target 'arm64-apple-ios10.0'
I already build and run my flutter app for Andriod. But when I trying to build it for Mac first time its showing the following error.
I'm new to mac env. Do I have to make some changes in Xcode?
My ...
3
votes
1
answer
6k
views
is there any way to invoke UPI app on device
I have integrated razorpay with flutter and everything is working .But it is not invoking the upi app present in device.how to do that?
1
vote
0
answers
278
views
Razorpay payment screen not showing full screen in Tablet - flutter
flutter - Razorpay payment screen not showing full screen while running in android Tablet emulator Tablet Screenshot Tablet screenshot
0
votes
0
answers
32
views
Not able to call custom function/service inside razorPaySuccessHandler in Angular [duplicate]
I am trying to call an API after payment success. So I was calling Function inside razorPaySuccessHandler function but it is throwing error as below:
constructor(
private userService: UserService
) {...
0
votes
1
answer
75
views
type 'Future<dynamic>' is not a subtype of type 'ApplicationMeta'
I get this error 'type 'Future' is not a subtype of type 'ApplicationMeta'.
I create a payment function. payment function type is future<List>. This function returns installedUpiapps in the list....
3
votes
1
answer
1k
views
Receipt API integration using razorpay invoices
I want to create a receipt after the successful payment process by Razorpay and send it to the customer but there is only an invoice to generate the payment link page which I can send via email and ...
1
vote
1
answer
2k
views
Flutter Razorpay not displaying image (logo) on checkout options
I am integrating Razorpay in Flutter, I have done all the things successfully but I am getting problem to show image (logo) on checkout dialog of Razorpay.
What I have done is:
var options = {
"...