Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Payment Failed with following response #233

Closed
SaravananRath opened this issue Nov 12, 2019 · 7 comments
Closed

Payment Failed with following response #233

SaravananRath opened this issue Nov 12, 2019 · 7 comments

Comments

@SaravananRath
Copy link

{
'code': 0,
'details': {'name': '', 'email': '***', 'contact': '**********'},
'description': 'Webview error The operation couldn’t be completed. (NSURLErrorDomain error -999.)'
}

Could anyone explain the reason for failure?

@Nautiyalsachin
Copy link
Contributor

Can you give us more details here as it still looks incomplete, You can add pieces of information like package version, package name, platform name, also passed options in open method for replicating the issue.

@Nautiyalsachin
Copy link
Contributor

Closing this issue due to the time elapsed. Please feel free to either re-open the issue or create a
new issue if you have any additional queries.

@shivanitp
Copy link

Hello
in RazorpayCheckout test mode if we select failed payment in last it's not closing the razor pay screen nand not given any response
here is my code
var options = {
description: pageProps.orderDetail.id ? Order ID - ${pageProps.orderDetail.id.toUpperCase()} : pageProps.orderDetail.refServiceOrderId,
image: ${apiBaseUri}images/common/logo-small.png,
currency: 'INR',
key: RAZORPAY_KEY,
amount: amount * 100,
name: 'DusMinute',
prefill: {
email: pageProps.user.email,
contact: pageProps.user.mobile,
name: pageProps.user.name,
// method: 'netbanking',
method
},
theme: { color: PRIMARY_COLOR },
}

    RazorpayCheckout.open(options).then((data) => {
        // handle success
        console.log("razorpay Success:", data);
       
    }).catch((error) => {
        // handle failure
        console.log(`razorpay Error : ${error} | ${error.description}`);
    });

can you help me on this
React native version - 0.63.4
razorpay vesion - 2.2.4

@manjeetcars24
Copy link

Happening to us on iOS testing builds, we are showing error directly from razorpay
Screenshot 2023-01-18 at 7 10 21 PM

@neeraj-singh-toneop
Copy link

still facing the same issue on IOS device, whereas its working on Android.
Any solution found for this issue?
Error message:- {"code": 0, "description": "Webview error The operation couldn’t be completed. (NSURLErrorDomain error -999.)", "details": {"contact": "+91******", "email": "support******.com", "name": ""}}

@shhivam
Copy link

shhivam commented Dec 4, 2023

Facing the same error with "react-native-razorpay": "^2.3.0",

@sahibhussain
Copy link

i am facing this issue on ios native sdk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants