Questions tagged [flutter-razorpay]

23 questions
3
votes
1 answer

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 SMS so that customer can proceed to pay but I only…
Insha Khan
  • 31
  • 1
2
votes
2 answers

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 Xcode version :Version 13.2.1. But If I make a new…
Toujo
  • 295
  • 3
  • 17
1
vote
0 answers

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 'package:flutter/material.dart'; import…
Dhruv Mavani
  • 47
  • 10
1
vote
0 answers

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[46285]: Class AMSupportURLConnectionDelegate is…
1
vote
0 answers

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 page appears automatically and disappears…
Aryan Singh
  • 65
  • 2
  • 5
1
vote
0 answers

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 in there . Checkout is completely working ,But…
Kafil khan
  • 81
  • 2
  • 5
1
vote
0 answers

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:…
1
vote
1 answer

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?
jhonney
  • 11
  • 1
  • 2
0
votes
0 answers

Razor Gateway time out time

I am a flutter developer. i integrated Razor pay gateway to my eCommerce app but the time out for the payment is only 60 seconds i need to minimum of 180 seconds for the payment. can anybody help on this will be appreciated. Thanks in advance. Need…
0
votes
0 answers

Razorpay Card Payment issue in flutter

{data: {code: 100, message: {"error":{"code":"SERVER_ERROR","description":"We are facing some trouble completing your request at the moment. Please try again shortly.","source":"NA","step":"NA","reason":"NA","metadata":{}},"http_status_code":500}},…
keyur
  • 151
  • 13
0
votes
1 answer

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 this status to "Captured".
0
votes
1 answer

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 package_info_plus plugin with version 4.0.1, I…
0
votes
1 answer

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 only the version 1.3.2 i tried running pub get , still its…
0
votes
1 answer

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 Redirection. To address this issue, follow the steps in…
0
votes
0 answers

Two orders being generated instead of one in Flutter app

I am trying to make an e-commerce app that allows a user to place an order by either making an online payment using Razorpay or opting for cash on delivery (CoD). Things work fine for the CoD part, it is in the razorpay powered order that duplicate…
Ayan Dasgupta
  • 304
  • 1
  • 4
  • 11
1
2