Features

Empower your business with all the right tools
to accept online payments
X
Checkout
Embed responsive cross platform
payment form for your website
e
Dashboard
Get into driver's seat of your
payments ecosystem
Y
Mobile SDK
Powerful and lightweight mobile
SDKs for Android and iOS
f
Payment Modes
Accept international payments,
cards, netbanking, wallets et al.
Z
API
Spend time making great products,
not reading redundant docs
d
Secure
Breathe easy with our industry
standard security compliance

Meet Checkout

Cross platform payment form that can be embedded using single line of javascript.

We handle the rough bits.

Checkout takes care of redundant things like validation while you can spend time building great products.

No Redirects

Start and end payments on the same page without moving elsewhere. No annoying redirects on your website.

Even for 3d-secure

All necessary redirection is handled within a popup. Customer never leaves your website.

Powerful Dashboard

Access and manage A to Z of every payment

See key statistics

View important metrics like previous transactions, your earnings and generate customised reports

Issue Refunds

Refund transactions from the dashboard at the click of a button.

Completely Online Onboarding

Submit all documents on dashboard. No physical paperwork needed.

Get Mobile

Feature rich Android and iOS SDK
837995
M
Waiting for OTP
...
Submitting OTP
...
VM-HDFCBK
837995
Use OTP
PaymentSuccessful!

Autofill OTP with Android SDK

No need for customer to switch to messaging app just to read an OTP and then fill it manually.

Featherweight

~100KB size makes it one of the lightest payment SDKs

Automatic Updation

Get new payment modes and features without upgrading manually time and time again

Payment Modes

Start and end payments on the same page. Accept all major debit and credit cards, UPI, 50+ netbanking banks and popular wallets.

UPI

UPI is a new mobile first payment mode for making payments to friends or businesses. Enable UPI for your online business without writing any additional code now.
Learn More about UPI

Cards

Get access to all major debit/credit card networks. Using Flash Checkout, deliver smooth payment experience to your users.

EMI

Your customers can pay in monthly installments on major bank credit cards, while you receive the full amount now.

Netbanking

Accept payments through 50+ banks using netbanking.

Wallets

Razorpay provides popular wallets giving your customers freedom to pay with their favorite wallet.

International Transactions

Take your business international with Razorpay
Sign Up

Simple API

Curl
PHP
Ruby
01
02
03
04
05
06
07
08
09
10
11
12
curl -u rzp_test_K2AsUEhLAvCUej:CoX0Zrb81Rw7kO2b8PsTu0Ht https://api.razorpay.com/v1/payments/?count=2&skip=1&from=1400826740
<?php
use Razorpay\Api\Api;
$api = new Api('rzp_test_K2AsUEhLAvCUej',
'CoX0Zrb81Rw7kO2b8PsTu0Ht');
$params = array(
'count' => 10,
'skip' => 2,
'from' => 1439093064343,
);
$payments = $api->payment->all($params);
?>
require 'razorpay'

Razorpay.setup("rzp_test_26ccbdbfe0e84b80f4ab23e6", "69b2e24411e384f91213f22a")

Razorpay::Payment.all({
from: 1400826740,
count: 2,
skip: 1
})

Built for Developers

Robust, clean, developer-friendly API that lets you focus on building great products instead of worrying about integration.
API ReferenceIntegrations

Robust Security

Industry standard 100% PCI DSS Compliant & Certified solution. No need for your site to be HTTPS secured or PCI DSS certified as all card info is submitted directly to Razorpay’s PCI DSS certified system over HTTPS.