Skip to content

Latest commit

 

History

History
270 lines (111 loc) · 13.5 KB

File metadata and controls

270 lines (111 loc) · 13.5 KB
title Get Started | FAQs
heading Frequently Asked Questions (FAQs)
description Find answers to some Frequently Asked Questions (FAQs) about Razorpay.

Frequently Asked Questions (FAQs)

Common

1. What is Razorpay?

   Razorpay is an RBI-approved payment aggregator that empowers businesses to accept online customer payments easily. It manages the settlement of these payments, ensuring that funds collected from customers are securely transferred to online businesses. Razorpay supports a variety of payment methods, including debit cards, credit cards, cardless EMIs, UPI, bank transfers, e-wallets, and e-mandates, offering businesses flexible options to enhance customer experience.  

   List of [Razorpay Products](https://raw.githubusercontent.com/razorpay/markdown-docs/master/payments.md).

2. How can I start using Razorpay products?

   To start using any Razorpay products, you need to sign up with Razorpay. Know more about [setting up your Razorpay account](https://raw.githubusercontent.com/razorpay/markdown-docs/master/payments/set-up.md).

3. If I have created an account for Razorpay Payment products, do I still need to create an account with RazorpayX?

   If you have an existing Razorpay account for Razorpay Payment products, you can use the same user id and password for RazorpayX. Know more about [getting started with RazorpayX](https://raw.githubusercontent.com/razorpay/markdown-docs/master/x/set-up.md).

4. There are so many Razorpay products. How do I know which one is best for my business?

   Please read the section about [choosing the Razorpay products](https://raw.githubusercontent.com/razorpay/markdown-docs/master/payments.md) as per your business needs. You can also raise a [support request](https://razorpay.com/support/#request/) for an expert opinion.

5. I have signed up now. What do I do next?

   You can log in to the Dashboard, fill out the activation form and submit the same. Know more about [account set up](https://raw.githubusercontent.com/razorpay/markdown-docs/master/payments/set-up.md).

6. How long can I access the features on the test mode? Is there a trial period?

   You can access the Dashboard in test mode for as long as you like. However, you would need to submit your activation form to accept live payments from customers.

7. Does Razorpay support payments via bank transfers?

   Yes, you can accept payments via bank transfers using the [Bank Transfers](https://raw.githubusercontent.com/razorpay/markdown-docs/master/payments/payment-methods/bank-transfer.md) payment method on Razorpay Checkout. If you do not have a website or app, you can use our product [Smart Collect](https://raw.githubusercontent.com/razorpay/markdown-docs/master/payments/smart-collect.md).

8. I have not received a verification email from Razorpay. How do I proceed?

   An email with the subject line **Confirm Your Email** is sent to your registered email address. If you cannot locate it in your inbox, please check your spam or junk folder.

   If the email is not available in the spam folder, reach out to the [Razorpay support team](https://razorpay.com/support/).

9. I do not have a website. Can I still use Razorpay?

   Yes, you can use Razorpay to accept payments even if you do not have a website or mobile app. Check out our [range of products](https://raw.githubusercontent.com/razorpay/markdown-docs/master/payments.md).

10. How do I sign up for a test or sandbox account?

   After logging in, you can sign up for an account on the Dashboard and use [test mode](https://raw.githubusercontent.com/razorpay/markdown-docs/master/payments/dashboard/test-live-modes.md#test-mode-vs-live-mode) to try out the products.

11. Does Razorpay provide Invoices?

   Yes, you can use Razorpay Invoices to create and send invoices to customers and accept payments. Know more about [invoices](https://raw.githubusercontent.com/razorpay/markdown-docs/master/payments/invoices.md).

12. How can I collect subscriptions from my customers?

   You can offer subscription plans to your customers with automated recurring transactions on various payment modes. Know more about [Subscriptions](https://raw.githubusercontent.com/razorpay/markdown-docs/master/payments/subscriptions.md).

13. Can I know more about the split payments solution?

   Razorpay Route allows you to split payments between third parties, sellers or bank accounts. Using Route, you can easily manage settlements, refunds, reconciliations and make vendor payments. It is helpful for businesses that disburse payments in a one-to-many model. Know more about [Route](https://raw.githubusercontent.com/razorpay/markdown-docs/master/payments/route.md).

14. How can I earn money from Razorpay?

   We are a payment solutions provider and help businesses to accept payments online. If you have a business venture and are looking to accept payments online, you can [sign up](https://razorpay.com/partners/) with us. Also, we offer a referral program wherein you can refer a business to Razorpay. Know more about [Partners](https://raw.githubusercontent.com/razorpay/markdown-docs/master/partners.md).

15. How do I apply for a job at Razorpay?

   Thank you, for your interest in being a part of the Razorpay team. Know more about the [current openings](https://razorpay.com/jobs/) at Razorpay.

16. I have noticed a bug in your product, how do I report it?

   If you have discovered any security vulnerabilities associated with any of our Razorpay services, we do appreciate your help in disclosing them to us in a responsible manner. Know more about [responsible disclosure](https://razorpay.com/responsible-disclosure/).

17. Can I delete my Razorpay account?

   You can only suspend your Razorpay account by contacting [Support Team](https://razorpay.com/in/support/), it cannot be deleted.

Integrations

1. What are the ecommerce plugins supported by Razorpay? How do we integrate it on our end?

   We support the following ecommerce platforms:
    
    Payment Gateway Ecommerce Plugins | Other Ecommerce Plugins
    ---
    - [Arastta Integration](https://raw.githubusercontent.com/razorpay/markdown-docs/master/payments/payment-gateway/ecommerce-plugins/arastta.md)

2. How do I find my Razorpay credentials?

   The email/password is only used to log in to the Dashboard. To authenticate against the API, you will need to generate a KeyID, and KeySecret. Know how to generate [API Keys](https://raw.githubusercontent.com/razorpay/markdown-docs/master/api/authentication.md#generate-api-keys).

3. How do I find the base URL for Razorpay API?

   The current Razorpay API is versioned at v1, so all requests should be made here `https://api.razorpay.com/v1/`.

4. How do I find sample code for my server language?

   The sample applications are hosted on GitHub. You can find the links to these under the Sample Application section on our [integrations page](http://razorpay.com/integrations/).

5. How to create a Razorpay API instance?

   The instance creation method differs based on the platform. Refer to the relevant [SDK Integration](https://raw.githubusercontent.com/razorpay/markdown-docs/master/payments/server-integration.md).

6. Where can I find the API references?

   Refer to the [API Reference guide](https://raw.githubusercontent.com/razorpay/markdown-docs/master/api.md).

7. Can I accept customer payments using Paytm wallet?

   Yes, you can provide Paytm as a payment method for your customers via Razorpay. Know more about [Paytm Wallet](https://raw.githubusercontent.com/razorpay/markdown-docs/master/payments/payment-methods/wallets/paytm.md) as a payment method.

8. What are the platforms supported by Razorpay?

   We support a range of web and mobile platforms. Refer to the [integration list](https://raw.githubusercontent.com/razorpay/markdown-docs/master/payments/payment-gateway.md#integration-types).

9. Do you support cryptocurrency business models?

   No. As per RBI regulations, we do not support online payments for crypto businesses.

10. The platform I am integrating with is not listed on your webpage. Can I still integrate?

   If the required platform/plugin is not listed, you can try integrating it on your own using this [method](https://raw.githubusercontent.com/razorpay/markdown-docs/master/payments/payment-gateway/ecommerce-plugins/build-your-own.md).

Pricing

1. How much does Razorpay charge per transaction?

   Know more about [pricing](https://razorpay.com/pricing/).

2. Can the pricing be negotiated?

   We offer custom pricing under the Enterprise plan. Raise a request with the [support team](https://razorpay.com/support) to know more.

3. What are the charges involved? Do you charge any set-up-fee?

   Refer to our [pricing policy](https://razorpay.com/pricing/).

International Payments

1. Can I avail the early settlement feature for international payments and reduce my settlement period from T+7 working days?

   Yes, you can apply for early settlement on international payments at an additional charge. Please reach out to our [support team](https://razorpay.com/support/#request/merchant/international-payment-acceptance).

2. Can NGOs accept international payments via Razorpay?

   No, due to compliance guidelines, NGOs cannot accept international payments via Razorpay.

3. Does Razorpay support companies registered outside India?

   Yes, Razorpay serves businesses registered in India and [Malaysia](http://curlec.com/).

4. How I do display different currencies (other than INR) on the Razorpay Checkout to my customers?

   - You must get the [international payments feature](https://raw.githubusercontent.com/razorpay/markdown-docs/master/payments/international-payments.md#application-process) enabled on your Razorpay account to accept payments in currencies other than INR. 
   - The native currencies like USD and SGD, which are a part of the [list of currencies supported by Razorpay](https://raw.githubusercontent.com/razorpay/markdown-docs/master/payments/international-payments.md#supported-currencies), can be updated as a part of the **currency** parameter on the payment request. 
   - Raise a request with the [support team](https://razorpay.com/support/#request/merchant/international-payment-acceptance) to display any currencies that are not a part of the above list.

Related Information

.

2. Can the pricing be negotiated?

   We offer custom pricing under the Enterprise plan. Raise a request with the  to know more.

3. What are the charges involved? Do you charge any set-up-fee?

   Refer to our .

Related Information