Postman Collection#
We have a Postman collection to make the integration quicker and easier. Click the Download Postman Collection button below to get started.
Instructions for using the Postman Collection#
- All Razorpay APIs are authorized using Basic Authorization.
- 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>
- Generate API Keys from the Dashboard .
- 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 create Transfers via Payments API requires you to add the
pay_id
as a path parameter in the endpoint. - These parameters are enclosed in {} in the collection. For example, {pay_id}.
- The API throws an error if these are incorrect or do not exist in your system.
- For example, the create Transfers via Payments API requires you to add the