Skip to main content

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. INFOR Handy Tips
  • We use Basic Auth for 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:
  1. Add the basic auth with partner credentials (client_id and client_secret).
  2. Add the account_id of the sub-merchant using X-Razorpay-Account in the header.
You can use Partner Auth for all Razorpay APIs. Below is an example for Orders API.
GET Request