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 integration #459

Open
mayur199816 opened this issue Oct 20, 2023 · 3 comments
Open

Razorpay payment integration #459

mayur199816 opened this issue Oct 20, 2023 · 3 comments

Comments

@mayur199816
Copy link

{
"error": {
"code": "SERVER_ERROR",
"description": "We are facing some trouble completing your request at the moment. Please try again shortly.",
"source": "NA",
"step": "NA",
"reason": "NA",
"metadata": {}
}
}

Getting this for all payments. Need help in solving this issue

@flicksbee
Copy link

{
"error": {
"code": "SERVER_ERROR",
"description": "We are facing some trouble completing your request at the moment. Please try again shortly.",
"source": "NA",
"step": "NA",
"reason": "NA",
"metadata": {}
}
}

GETTING SAME ERROR

@ramth05
Copy link
Contributor

ramth05 commented Jan 25, 2024

@mayur199816 @flicksbee , please verify the installation again. Or uninstall the RZP plugin from both composer and zip, clear the cache and reinstall it.

@Shivansh270
Copy link

In your code where you have written your buy function, inside that in the options where you where you give key, currency, amount, orderId, etc replace the placeholder "process.env.RAZORPAY_KEY" with the actual key generated for your Razorpay account. This key serves as the authentication mechanism for accessing Razorpay's services.

Ex- key:"rzp_test_xxxxxxxxxx",

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

4 participants