razorpay / razorpay-magento

Razorpay Payment Extension for Magento
28 stars 38 forks source link

Razorpay payment integration #459

Open mayur199816 opened 11 months ago

mayur199816 commented 11 months ago

{ "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 commented 9 months ago

{ "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 commented 8 months ago

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

Shivansh270 commented 7 months ago

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",