Instructions to Use 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 parameters.
- For example, the Fetch a Virtual Account by ID API requires you to add the
va_id
as a path parameter in the endpoint. - These parameters are enclosed in {} in the collection. For example, {va_id}.
- The API throws an error if this value is incorrect or does not exist in your system.
- For example, the Fetch a Virtual Account by ID API requires you to add the