Search results
Mar 5, 2024 · Due to this KYC reason, Razorpay may have added additional protection for API keys. Edit: KYC is the only reason for the issue, I've created a new Razorpay account & haven't done the KYC yet, & I'm able to get the API key & secrets.
Jul 13, 2021 · Recently I encountered the same alert while integrating razorpay subscription feature for one of my client and after spending a lot of time I came to know the problem is not at razorpay end, but RBI has given new mandate for domestic recurring payments. Please look into this article from razorpay for details.
Jun 6, 2022 · @UmeshGoti - Pls check with Razorpay support team, if you are an activated user but not getting relevant options on dashboard. As per the documentation, whitelisting the uri is mandatory on development client. –
Nov 28, 2018 · i'm implementing razorpay payment gateway in my React.js app with backend nodejs. here frontend.jsx razorpayHandler = () =>{ const payment_amount = this.props.TotalPrice; const
Mar 15, 2023 · Go to your Razorpay dashboard/Console and create a product and get that productId. now Paste this productId in your code in options json like 'key': 'rzp_test_FV4AbXsCYMqPcC', //test 'amount': 50000, //in the smallest currency sub-unit.
I'm new to razorpay payment gateway. Here already implementation done. Menas payment is happening by taking Email and Phone number. But as per new requirement I want to remove Mobil,Email in payment process. Where can I disable it? Can I disable Razorpay to asking Email and Phone number. Thank you
Apr 11, 2022 · The callback_url on the other hand is the URL the razorpay website will redirect to after the payment, just like it says in the docs. This is where you put your own website url (specifically the url of the page you want to go back to after the payment)
Apr 1, 2022 · You can follow this Razorpay sample easily for Custom UI of razorpay. They updated the SDK recently. Check ...
Aug 25, 2018 · I'm using Razorpay and it works well but I have to login and capture the payments every 5 days or so. I'm using this script to process donations on my Static website. But it seems like I cannot get the auto capture working.
Dec 6, 2019 · You can add this route on their web hooks/add under settings on your razorpay merchant dashboard. To make this callback more secure, razorpay allows you to setup a web hook signature from the dashboard and the above mentioned gem has a wrapper method that helps you verify the signature as well.