Tech specs
Version
v2.3
Format
HTTPS + JSON
Supported SDKs
Razorpay
Move money across collections, settlements, and payouts for Indian fintech and commerce operations.
Endpoint
POST /v1/payouts
Starting price
Custom pricing
Latency
145ms
Uptime
99.95%
Version
v2.3
Format
HTTPS + JSON
Supported SDKs
A logged-in team explores the payout lifecycle first, activates onboarding in free mode, and then signs a premium contract for higher limits.
Base URL
https://api.razorpay.com
Auth
Key id + key secret
Adoption options
Free access
500 sandbox payouts/day
Premium access
Contract-based live volume
Provider notes
Integration flow
Step 1
Inspect the payout payload
Step 2
Create a sandbox transfer
Step 3
Review settlement states
Step 4
Upgrade to premium contract
Sample request
curl --request POST 'https://api.razorpay.com/v1/payouts' \
--header 'Accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 120000,
"currency": "INR",
"mode": "UPI"
}'Sample response
{
"id": "pout_Ff...",
"status": "processing",
"amount": 120000,
"currency": "INR",
"mode": "UPI"
}Access model
Shortlist this API first, then log in when you are ready to connect your own provider key.
Starter
$79
public entry signalSave 15%
For test mode, pilots, and low-traffic checkout flows.
Growth
$229
public entry signalSave 20%
For production payment lanes and merchant operations.
Scale
$599
public entry signalCustom annual contract
For settlement-heavy teams and contract pricing.
Shortlist status
Save this API if you want to compare it with other providers before connecting keys.
What APIverse does
Compare
Cleaner docs, request/response examples, and shortlist-driven research across providers.
Connect
Bring your own provider credentials into one workspace when you are ready to test or ship.
Visit official source
Go to the official provider for signup, legal terms, billing, or partner-specific access requirements.