Instructions for Using Postman Collection🔗
-
All Razorpay APIs are authenticated using Basic Authentication.
- Generate API Keys from the Dashboard.
- Add your API Keys in Postman. Selected the required API → Auth → Type = Basic Auth → Username = [Your_Key_ID]; Password = [Your_Key_secret]

-
Some APIs in the collection require data specific to your account either in the request body or as path or query parameters.
- For example, the Fetch a Payment Link API requires you to add the
plink_idas a path parameter in the endpoint. - Such parameters are enclosed with {} in the collection. For example, {plink_id}.
- The API throws an error if these values are incorrect or do not exist in your system.The API throws an error if this value is incorrect or does not exist in your system.
- For example, the Fetch a Payment Link API requires you to add the