razorpay / razorpay-ruby

Razorpay Ruby SDK
https://rubygems.org/gems/razorpay
MIT License
64 stars 59 forks source link

Razorpay payment link not working in test mode #236

Open NishantSagar12345 opened 11 months ago

NishantSagar12345 commented 11 months ago

After generating test payment link and paying through it using dummy UPI id I am getting the error "We are facing some trouble completing your request at the moment. Please try again shortly"

abhishekrishna commented 11 months ago

same issue, did you find any fix yet ?

NishantSagar12345 commented 11 months ago

No not yet when I console logged the payment link it was showing 500 internal server error.

YeasinSE commented 10 months ago

when paying via test mode link i'm also getting the error "We are facing some trouble completing your request at the moment. Please try again shortly"

LE0-MAhendra commented 9 months ago

is there any solution for this till now ?
POST https://api.razorpay.com/v1/standard_checkout/payments/create/ajax?session_token=........500 (Internal Server Error) (anonymous) @ trycatch.ts:180

arijitdas13105 commented 9 months ago

Has anyone fixed this yet?

codek28 commented 9 months ago

facing same problem!

aayushsenapati commented 9 months ago

same issue!!

Adushaiq commented 9 months ago

Complete KYC on razorpays website.

It worked for me, i am not getting that error anymore

anshaneja5 commented 8 months ago

@ankitdas13 please help

Troll-Lol0059 commented 8 months ago

just paste your RAZORPAY_KEY from .env to your function then it will work fine.... It worked for me

// options const options = { // "key": process.env.RAZORPAY_KEY, key: "YOUR_KEY", (CHANGE) // other things .... }

cureboon commented 8 months ago

any solution for this , nothing works for me. Please help if anyone's issue resolved

LE0-MAhendra commented 8 months ago

I have completed the kyc process now it works fine for me

cureboon commented 8 months ago

But I doesn't have business and during kyc they are asking for business. I want payment facility for my own demo website

anshaneja5 commented 8 months ago

any solution for this , nothing works for me. Please help if anyone's issue resolved

mine is resolved, but problem in mine was in env file, i had like 2 envs , one for backend and one for frontend and didnt had api key and secret in the backend file. also didnt used REACT_APP before using api key and secret in frontend. make sure these are correct for you.

Aprameya123 commented 7 months ago

How to resolve this issue??
Not clear from the above solutions Pls help

Aprameya123 commented 6 months ago

Hi everyone, Pls try this card number for test payment It will work 4718 6091 0820 4366 None of the cards displayed on razorpay documentation works Screenshot 2024-04-08 at 2 38 12 PM