Available in🇮🇳 India
You need to use Partner Auth credentials to accept payments from customers on behalf of your sub-merchants. You can use these Razorpay products to accept payments:
Get Partner Auth Credentials
Use the Partner credentials as described in the Dashboard Guide. Watch this video to see how to access your Partner credentials.Handy Tips
- We use
Basic Authfor authorising Partner requests. - These credentials are mode-specific. In addition to the API Key ID and Secret, provide the sub-merchant identification in the API requests in the header.
How to Use Partner Auth in APIs
To your API request:- Add the basic auth with partner credentials (client_id and client_secret).
- Add the
account_idof the sub-merchant usingX-Razorpay-Accountin the header.