About 50 results
Open links in new tab
  1. Razorpay Error: "Amount exceeds maximum amount allowed"

    Jan 13, 2024 · 1.Checked the documentation: I reviewed the Razorpay documentation to ensure that I am correctly implementing the payment flow and setting the amount within the allowed limits. …

  2. How to test Razorpay Subscriptions in Test Mode? [closed]

    Jul 13, 2021 · To test Razorpay Subscriptions, use this test card: 💳 Card for Recurring Payments: Card Number: 5267 3181 8797 5449 (Mastercard) You can refer to Razorpay Docs for the card details. …

  3. Razorpay Authentication Failed issue in the webview

    Feb 22, 2024 · I am using the Razorpay payment method in my application. The issue is whenever a customer tries to make a payment on Razorpay it shows me an Authentication Failed error, we have …

  4. android - TypeError: Cannot read property 'open' of null while ...

    Apr 26, 2023 · TypeError: Cannot read property 'open' of null while integration of razorpay to react-native Ask Question Asked 2 years, 10 months ago Modified 1 year, 1 month ago

  5. python - Razorpay API Request Error - Stack Overflow

    Oct 31, 2023 · I'm encountering an issue with Razorpay API requests in my web application. When emojis are included in the API request data, I'm receiving "Internal Server Error (500)" and "Bad …

  6. Razorpay payment gateway integration asp.net core

    Jul 7, 2020 · Razorpay payment gateway integration asp.net core Asked 5 years, 8 months ago Modified 5 years, 5 months ago Viewed 7k times

  7. How to Redirect back to my website after transaction ends on …

    Apr 11, 2022 · Is there any way I can get back to the cart/website page with these parameters in params (razorpay_payment_id, razorpay_order_id, razorpay_signature) after completion of the transaction.

  8. Flutter: The plugin `razorpay_flutter` doesn't have a main class ...

    Aug 6, 2023 · Verified the plugin installation: I am sure that I have added the razorpay_flutter: ^1.3.5 dependency correctly in my pubspec.yaml file. Checked the version number and indentation.

  9. How to active Razorpay subscription from authenticated stage

    Mar 4, 2021 · I have run all my code to be active the subscription but its didn't, still is in authenticated process, please help me how can i active razorpay subscription. I created a plan using the api and get a

  10. CORS error when trying to access Razorpay Payments API

    Jul 15, 2021 · 3 Razorpay APIs are not supposed to be used from a browser, most of the APIs require basic auth credentials which are pair of Key Id and Key secret, which can be generated from …