About 3,370,000 results
Open links in new tab
  1. 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 …

  2. javascript - how to integrate Signature verification for Razorpay ...

    Sep 30, 2023 · Can someone share me their updated code for razorpay payment gateway. My trasaction is going smooth , it generates all razorpay_payment_id, razorpay_order_id, …

  3. javascript - Razor Pay not calling callback_url - Stack Overflow

    Jun 11, 2024 · So basically, razorpay popup is opening, payment being success but the callback url isn't getting called: var options = { "key": data.razorpay_key, ...

  4. 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. …

  5. Razorpay payment gateway integration asp.net core

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

  6. Razorpay Signature and Order ID are not getting in success method of ...

    Aug 31, 2020 · In test and live mode of Razorpay, I am only getting the payment_id in the success method. I am unable to get razorpay_signature and razorpay_order_id. I have used the

  7. 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.

  8. razorpay - Razor Pay : verify_payment - Stack Overflow

    Feb 11, 2021 · If you go to the definition of razorpay.Client in VSCode (F12), you can see that it imports the utility class. Now if you go to the definition of utility class, you can see how it can be initiated. …

  9. razorpay.errors.BadRequestError: The amount must be an integer

    May 8, 2021 · razorpay.errors.BadRequestError: The amount must be an integer. Hi, i am trying to test a web app with razorpay on test mode. The amount i pass is an integer and is under 5 digits.I am still …

  10. How can i use razorpay payment gateway in Php - Stack Overflow

    composer require razorpay/razorpay:2.* Step 4. Create new index.php file and add below code in that file