Why are my customer payments being automatically refunded?
Why are my customer payments being automatically refunded?
order_id cannot be captured and are automatically refunded. Create an order using the Orders API before initiating payments.What can cause an overflow issue on an HTML page, and how can I resolve it?
What can cause an overflow issue on an HTML page, and how can I resolve it?
Is a timeout applicable on transactions?
Is a timeout applicable on transactions?
Can I track the status of the checkout modal?
Can I track the status of the checkout modal?
ondismiss: function(){} as options. The ondismiss function is called when the modal is closed by the user.handler function called on every successful transaction for tracking payment completion.What is the difference between webhooks and callback URL?
What is the difference between webhooks and callback URL?
How do I resolve a 500 internal server error?
How do I resolve a 500 internal server error?
Is Razorpay Checkout supported on Internet Explorer?
Is Razorpay Checkout supported on Internet Explorer?
How can I enable customer information autofill at checkout?
How can I enable customer information autofill at checkout?
Can customers edit pre-filled information on checkout?
Can customers edit pre-filled information on checkout?
Is the autofill feature supported on all platforms?
Is the autofill feature supported on all platforms?
Can I accept payments through my Instagram page even if I do not have a website?
Can I accept payments through my Instagram page even if I do not have a website?
Are language-based SDKs available?
Are language-based SDKs available?
The netbanking PayNow FPX bank page is not opening on the Firefox browser. How to resolve this?
The netbanking PayNow FPX bank page is not opening on the Firefox browser. How to resolve this?
- At page level: Modify settings on the bank page.
- At browser level: Modify Firefox browser’s settings.
Page Level
Modify the settings on your bank page. Follow these steps:- Open Mozilla Firefox.
- Navigate to Tools → Page Info → Permissions
- Set Open Pop-up Windows to Allow.
Browser Level
Modify the settings of your Firefox browser. Follow these steps:- Open Mozilla Firefox.
- Navigate to Preferences → Privacy & Security → Permissions.
- Disable the Block pop-up windows option.
Which payment methods appear on Instagram/Facebook browsers?
Which payment methods appear on Instagram/Facebook browsers?
Can I enable UPI Intent in WebView on my app?
Can I enable UPI Intent in WebView on my app?
While using Razorpay UPI Intent, my customers are encountering this error, "Safari cannot open the page because the address is invalid." How can I resolve this?
While using Razorpay UPI Intent, my customers are encountering this error, "Safari cannot open the page because the address is invalid." How can I resolve this?
How can I accept payments on my Android or iOS apps without integrating with the native SDKs?
How can I accept payments on my Android or iOS apps without integrating with the native SDKs?
How do I accept international payments on checkout?
How do I accept international payments on checkout?
What languages are supported on Razorpay checkout?
What languages are supported on Razorpay checkout?
Can I switch between Standard Integration and Quick Integration?
Can I switch between Standard Integration and Quick Integration?
- This is possible because the Standard Integration searches for the
data-keyfield inside the<script>tag, that when found, switches to automatic mode. - It also creates a button alongside the
<script>tag and attaches its ‘onclick event handler’ (created internally) to the.openmethod of the Razorpay object.