Instructions for using the Postman Collection🔗
- APIs in the Postman collection are configured to inherit auth from parent.
- Generate your API Keys from the Razorpay Dashboard and add them to the parent folder.
- Some APIs in the collection require data specific to your account either in the request body or as path parameters. For example:
- va_id (Virtual Account ID)
- cust_id (Customer ID)
- pay_id (Payment ID)
For example, the Fetch a Virtual Account by ID API requires you to add the va_id
as a path parameter in the endpoint. The API throws an error if this value is incorrect or does not exist in your system.