Common
What payment methods does Razorpay support for my customers?
What payment methods does Razorpay support for my customers?
Do you offer no-code payment solutions or simple integration options?
Do you offer no-code payment solutions or simple integration options?
Can Razorpay handle recurring payments for subscription-based businesses?
Can Razorpay handle recurring payments for subscription-based businesses?
Does Razorpay support pro-rated billing when customers upgrade or downgrade subscription plans?
Does Razorpay support pro-rated billing when customers upgrade or downgrade subscription plans?
What dispute and chargeback management tools does Razorpay provide?
What dispute and chargeback management tools does Razorpay provide?
How does Razorpay handle customer refunds?
How does Razorpay handle customer refunds?
Can I track transactions in real-time?
Can I track transactions in real-time?
What business analytics and reporting tools are available?
What business analytics and reporting tools are available?
What communications will my customers receive from Razorpay?
What communications will my customers receive from Razorpay?
Is Razorpay compliant with financial security standards?
Is Razorpay compliant with financial security standards?
Can international merchants access all Razorpay features?
Can international merchants access all Razorpay features?
What are the requirements for setting up a Razorpay account and going live
What are the requirements for setting up a Razorpay account and going live
- Bank Statement
- Passport of Authorised Signatory
- Board Resolution
- Certificate of Incorporation.
Can I disable the email notifications that Razorpay sends to my customers for successful payments and refunds?
Can I disable the email notifications that Razorpay sends to my customers for successful payments and refunds?
email parameter to “false” under the notify object in your API request. Refer to our Payment Links customisation documentation for more details. Alternatively, you can contact our support team to have this setting configured for your account.Anti-Money Laundering
Why are certain transactions being flagged for AML?
Why are certain transactions being flagged for AML?
What information may be requested for flagged transactions?
What information may be requested for flagged transactions?
- For Individuals: Full name, address, date of birth, place of birth, national id, passport number, nationality, citizenship.
- For Entities: Full Name, registered address, nature of business, ownership with percentages, website, purpose of payment.
What happens if we do not provide the requested details?
What happens if we do not provide the requested details?
Will customers be refunded automatically if a transaction is rejected?
Will customers be refunded automatically if a transaction is rejected?
What short-term measures can reduce AML flags?
What short-term measures can reduce AML flags?
What are the long-term solutions?
What are the long-term solutions?
- Hosted Checkout: Users are asked for additional info (DOB and so on.) only if flagged.
- API/S2S flows: The AML risk score is shared in the create order API response.
What are the integration options for handling AML?
What are the integration options for handling AML?
b. Risk Score: Razorpay provides a risk score. The partner can request DOB or block the order.
c. Post-flag data collection: Partner collects additional information only for flagged cases and shares via API (PATCH Order).
How quickly can AML solutions be enabled?
How quickly can AML solutions be enabled?
Are there cultural concerns in collecting DOB?
Are there cultural concerns in collecting DOB?
Invoice Collection and Secure File Transfer Protocol (SFTP)
What key format should I use to upload invoices?
What key format should I use to upload invoices?
- RSA (2048-bit or higher). For example,
ssh-rsa. - ECDSA. For example,
ssh-ecdsa. - Ed25519. For example,
ssh-ed25519.
Can I access the SFTP from any IP address?
Can I access the SFTP from any IP address?
Which key should I use to access Razorpay's SFTP?
Which key should I use to access Razorpay's SFTP?
- Public key: Uploaded to Razorpay.
- Private key: Used by you to access SFTP.
What is the correct folder path to upload invoices?
What is the correct folder path to upload invoices?
/invoiceUpload/automated/<MerchantID>/<YYYY-MM-DD>/<InvoiceFileName>For example:
/invoiceUpload/automated/MDoeHNNpi0nB7m/2025-05-10/INV_09876.pdfImportant:- You must include your Merchant ID (MID) in the path.
- You must include the date folder in
YYYY-MM-DDformat. - Missing either component will result in upload failure.
Can I delete or modify the uploaded invoices?
Can I delete or modify the uploaded invoices?