Hello Razorpay Support Team,
I am trying to integrate Razorpay’s payment gateway on my static website (bhumeet.in) without using WooCommerc plugin.
Since my website does not have a backend, I am using the Razorpay plugin,but I need help with:
Payment verification without a backend update of any file and code.
Best practices for securing transactions.
Any available third-party plugins or services that support Razorpay for static websites.
Please guide the best approach asap because I want to integrate today on an urgent basis.
Thanks!
I am currently using this plugin for payment process in my website.
I would appreciate any documentation, tutorials, or guidance on these topics. If needed, I can also provide access to my WordPress admin for further assistance.
Thank you in advance for your support. I look forward to your response
]]>Hi there,
The plugin is working fine when I am logged in, but it is not working when I am logged out of wordpress. I have the plugin installed, I added the required custom fields but it is not working if not logged in as an admin.
What’s point having it when a regular visitor with no account can’t use it?
Thanks,
Bunty
Hi, I got error “400 Bad Request” when i click on payment button.I am using WordPress 6.0 Version & Plugin Version 1.2.4
Note :- it’s working fine on WordPress 5.9.3
Please Update on this ASAP, it’s shore stopper.
Thanks
]]>{“key”:”rzp_test_ceQSbyRJ9qOO6M”,”name”:”name”,”amount”:10000,”currency”:”INR”,”description”:”sdfasdfas”,”order_id”:”order_JccnaBZnxWq1lX”,”notes”:{“quick_payment_order_id”:1721098907},”_”:{“integration”:”Quick Payment”,”integration_version”:”1.2.4″,”integration_parent_version”:”6.0″}}
]]>Dear @techsupportrazorpay
I use the plugin on my wordpress website, delhirock.com, and got the following two critical site health errors:
2 critical issues
1) An active PHP session was detected
Performance
A PHP session was created by a session_start() function call. This interferes with REST API and loopback requests. The session should be closed by session_write_close() before making any HTTP requests.
2) The REST API encountered an error
Performance
The REST API is one way WordPress, and other applications, communicate with the server. One example is the block editor screen, which relies on this to display, and save, your posts and pages.
The REST API request failed due to an error.
Error: cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received (http_request_failed)`
When I deactivated the Razorpay plugin, the site health errors went away. I found this suggested fix online:
As it suggested, I changed the following line in razorpay-quick-payments.php:
session_start();
To the following:
if ( !session_id() ) {
session_start( [
‘read_and_close’ => true,
] );
}
This fixed the site health errors in wordpress. I tested the plugin, which seemed to work fine (payment button on my page loaded, went through, deducted money) but at the very end threw an error page on my website (the confirmation page). Instead of showing a successful transaction, it said the transaction had failed (even though it hadn’t, and showed up just fine on my Razorpay dashboard). So basically a false alarm.
Could you please fix this? I don’t think it’s correct that your plugin is responsible for not one but two critical site health errors, and the fix looks quite simple, but requires some testing and plumbing all the way through to the final confirmation page shown on users’ websites.
Kindly intimate here when this is done! Thanks.
]]>This page used to work just fine, suddenly stopped today it seems.
Is the plugin correct, or is there a server problem? Is Razorpay down?
Here’s the error I’m getting after some sort of timeout:
“WordPress Error : The server did not send back a well-formed response. Server Response: Array”
]]>Hello,
I am using this plugin but want my users to redirect on thank you page after successful payment. Razorpay provide this option using “callback_url”. But , I can’t fine any such stuff with the plugin.
Can you please guide me?
This is to test the support ticket integration.
]]>Hi
After Installing and activating the Razorpay quick payment plugin one error is appearing the Error is:
wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. This notice was triggered by the jquery handle. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/public_html/sitename.in/wp-includes/functions.php on line 5225
Warning: Cannot modify header information – headers already sent by (output started at /home/public_html/sitename.in/wp-includes/functions.php:5225) in /home/public_html/sitename.in/wp-includes/functions.php on line 6270
Warning: Cannot modify header information – headers already sent by (output started at /home/public_html/sitename.in/wp-includes/functions.php:5225) in /home/public_html/sitename.in/wp-admin/includes/misc.php on line 1310
Please Help me How to solve this error
]]>I have enabled recurring payment in my razorpay account.How to add recurring payment option to my website payment.Is there any recurring payment api available.
]]>Hi,
I Have created Razorpay API Key Id, and assigned shortcode, custom meta tags as well but it’s not working.
please help me to fix this issue
]]>hello,
i am unable to get the pay with razorpay button using the shortcode. Please provide a solution. shortcodes i tried:
1. <[RZP]>
2. [RZP]
The plugin says you need to add custom fields to use this app. I don’t know how to add a custom field.
I have a one-page website which I’ve created using elementor. This page has 3-4 button in which I wanna use the payment gateway.
Please help.
]]>The client they were the charity house created the account in Razor pay now I need tp integrate Razor Payment gateway for donation in their WordPress website How to do it?(doners will enter the amount that will vary| no products or chackout page required)
I have previously used Razorpay for WooCommerce this plugin since it’s integrated with Woocommerce it’s asking for products | checkout etc. looking for any of these 2 plugin to give the solution for donation gateway.
Hi there,
Facing a problem with adding the second Razorpay button in WordPress page.
The first button works fine but on clicking the second button it won’t load the payment popup.
Since there are 2 buttons added using the shortcode [RZP]
The 2nd button is not clickable and both the buttons are having the same ID in the default plugin code.
So help me with how to start working the second button also…
]]>Is there a way we can create order directly in Woocommerce when someone pays through quickpay ?I have a course plugin which takes payment from paypal only or woocommerce.
]]>The payment details get saved in razorpay dashboard but it is not found in WordPress database.
Why the captured payment data is not stored in database?
]]>I am searching for adding additional fields such as email address and mobile number in the checkout form/ the Razorpay popup. In https://docs.razorpay.com/docs/checkout-form they have mentioned as prefill.email and prefill.contact. But I am not able to do with this plugin. Any suggestions?
]]>Hi,
Is there any way to add a custom amount option in the form so that the user can enter any amount there?
Thanks
]]>I have integrated a razorpay plugin and it is working also fine but the issue is that when some customer do payment on payment gateway so i dont received any email that this customer ids payment is sucessful.
So to overcome this issue can anyone please help me. The help will be really appreciated in advance.
]]>Hi there!
I want to use razorpay for collecting donations so that donor can add value what they want to donate,
Please can you tell how to add a field for amount that not will be fix.
thanks
]]>Hello and I have a couple of questions to avail a bit of extended functionality on the given page link.
1) Is it possible to use multiple [RZP] shortcodes on one page/post?
2) What can be the alternate of the page_id (which is currently used) used as reference to relate amount/name/description of the product to the payment parameters to generate the order, in case of point no. 1?
I can customize the plugin and add pull requests to the project, but I just need initial suggestions.
Thanks
]]>I do not know to make this work.
1. Add a few custom variables and some markup to a page.
How and where can I do this?
2. Specify the amount, name, description and other custom details as page metadata.
3. Write [RZP] wherever you want on the post and the button to show up.
it this kinda shortcode?
as i have integrated razorpay payment integration in the website it’s not working properly when i click on submit button the pop up is not coming.
]]>