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

Razorpay payment link not working in test mode #236

Open
NishantSagar12345 opened this issue Oct 20, 2023 · 16 comments
Open

Razorpay payment link not working in test mode #236

NishantSagar12345 opened this issue Oct 20, 2023 · 16 comments

Comments

@NishantSagar12345
Copy link

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
Copy link

same issue, did you find any fix yet ?

@NishantSagar12345
Copy link
Author

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

@YeasinSE
Copy link

YeasinSE commented Nov 13, 2023

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
Copy link

LE0-MAhendra commented Dec 15, 2023

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
Copy link

Has anyone fixed this yet?

@codek28
Copy link

codek28 commented Dec 22, 2023

facing same problem!

@aayushsenapati
Copy link

same issue!!

@Adushaiq
Copy link

Adushaiq commented Jan 2, 2024

Complete KYC on razorpays website.

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

@anshaneja5
Copy link

@ankitdas13 please help

@Troll-Lol0059
Copy link

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
Copy link

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

@LE0-MAhendra
Copy link

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

@cureboon
Copy link

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

@anshaneja5
Copy link

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
Copy link

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

@Aprameya123
Copy link

Aprameya123 commented Apr 8, 2024

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

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