Key Guide and descriptions


Complete Procedure:

  1. Select the appropriate environment from the options provided in the drop-down.
  2. Click on the Authorize button to set the available authorizations.
  3. The list of Endpoints that can be tried out and its behavior marked.

After clicking on the Authorize button, you are prompted to set the authorizations in a pop-up.

Key Guide and descriptions of iServeU

Available authorizations:

  1. Mark the name of the authorization here.
  2. Provide the valid value pertaining to this particular authorization here.
  3. Click on Authorize to proceed or click Close to Abort.

Once Authorized you can proceed with sampling the different provided APIs.

Key Guide and descriptions of iServeU
  1. The requesting method of the particular API is displayed here. It can be either GET, POST, PUT, etc.
  2. The Endpoint for the particular API is visible here. Here in the sample - we can see that it is a API that is used for initiating a dynamic transaction pertaining to UPI.
  3. Click on this, Try it out button to check out this particular API and view its behavior.
  4. Select appropriately from the options provided in the drop-down.
  5. The appropriate values can be selected from the drop-down.

Example:

Key Guide and descriptions of iServeU

This will affect the result that is received and the Request Body for the particular API.

View the schema:

To view the schema of the Request Body by clicking on Schema

Key Guide and descriptions of iServeU
  1. Schema details for the particular request body of the API.
  2. The individual parameter schema details.
  3. Click on this to expand and display the details for that particular parameter.

After clicking on the Try it Out button, the API is now ready for execution.

If required make changes in the Request Body before proceeding with execution. You can try out the API with your own custom values.

Key Guide and descriptions of iServeU
  1. Select the appropriate options from those available in the drop-down.
  2. Select the appropriate options from those available in the drop-down.
  3. Click on the Execute button to proceed.
Key Guide and descriptions of iServeU

You can again change the values (If required) in the Request Payload after an execution and re-execute.

  1. Click on Execute button to re-execute the API.
  2.  Click on the Clear button to clear the previous API execution.

After clicking on the Execute button, the following details are displayed.

Key Guide and descriptions of iServeU
  1. The cURL data transferred to the server for API execution is displayed (these are with the data that was provided by you in the Request Body before execution of the API).
  2. The complete request URL is displayed here.
Key Guide and descriptions of iServeU
  1. The Server Response is displayed in detail here.
  2. The Response Body is displayed as per the provided values in the Request Body