PASAR API
Uses HTTP Basic auth with key_id:key_secret; live mode requires a KYC-verified Indian business, but a full test/sandbox mode is free.
View docs ↗ More Payments APIs# Razorpay ~ India payments & UPI gateway API needs an API key ~ get yours at: # https://razorpay.com/docs/api/ curl 'https://api.razorpay.com/v1' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a India API into my app. API: Razorpay ~ India payments & UPI gateway API Provider: Razorpay Auth: requires an API key (sign up: https://razorpay.com/docs/api/) Pricing: freemium Base URL: https://api.razorpay.com/v1 Important note: Uses HTTP Basic auth with key_id:key_secret; live mode requires a KYC-verified Indian business, but a full test/sandbox mode is free. Source: Razorpay (https://razorpay.com/docs/api/) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Regulated setup Last checked: 2026-07-05 Production caveat: Onboarding, approvals, sandbox/preprod, or compliance steps may be required before production. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.