So I was trying to setup razor pay payment gateway with php I could make its fields dynamic and its working well, just that I want to initiate the payment as soon as the page opens instead of displaying a button to pay, I wanted to know how can I do it. Thanks for your ..
Category : razorpay
I have run all my code to be active the subscription but its didn’t, still is in authenticated process, please help me how can i active razorpay subscription. I created a plan using the api and get a response of planid $key_id = ”; $key_secret = ”; $startTime = (time()+300); $amount = ‘400’; $currency_code = ..
So today I started learning razor pay gateway integration and I want to create a web hook for it that can be used to trigger the script and take payments from any platform like an android app via get request method <?php $amount = $_GET[‘amount’]; $key = $_GET[‘apiKey’]; $currency = $_GET[‘currency’]; $orgName = $_GET[‘organisation’]; $description ..
getting error with razorpay "This payment has failed due to an issue with the merchant. Do get in touch with site/app admin regarding the issue." this is the image getting response from razorpay Sourc..
After entering otp it says this payment has already been captured. But it deducts cash from account. When I check the razorpay account it shows status as captured.razorpay Sourc..
I am trying to implement a functionality where there is checkout form. Here user fill his basic details and I want email and contact to appear in razorpay. I have filled the values using prefill of razorpay. But every time razorpay form shows the email and contact which i first entered on my system. Please ..
I am integrating a Razorpay payment gateway in core php. Everything is working fine but everytime a payment gets successful, I get an error which says "This payment has already been captured ". I am using this code https://github.com/razorpay/razorpay-php-testapp to integrate the gateway. Sourc..
The webhook pings successfully, but I’m unable to parse it, I spent 4 hours still no luck, I tried all methods but still failed,I just don’t know why is this happening , i have used it same for stripe webhook, it works but this is working for razor pay Below is the header and response ..
I am using Razorpay test mode to integrate into my website with the codes that I am using I can console the data when I am clicking on the success button but I want to console the data when there is a failure too because I need to update my status column in the database. ..
To modify the default admin dashboard login url of WordPress I used Rename wp-login.php plugin. It did the intended work of modifying login url of admin dashboard. On the other end, it also had the side effect on the Webhook url of Razorpay. Razorpay is getting 403 Forbidden error on hitting the Webhook url. The ..