Bus Certification

Bus Certification

The client must complete the certification process to obtain live access. The certification process must be completed after the client is done with the Universal Bus API integration. Here is a step-wise guide for the certification process.

Follow the Steps Below:

Step 1:
  • Delhi to Mumbai for 1 Pax
  • Delhi to Mumbai for 3 pax
OR
  • Chennai to Kolkata for 1 Pax
  • Chennai to Kolkata for 3 Pax

Note: Provide request / response for all the methods that you are implementing.


Step 2: Certification Request by Client

The client makes certification requests by sending a JSON request / response with confirmation numbers for the suggested test cases in Step 1.

Step 3: Test Cases Verification

Travel Portal Solution will check the test cases using JSON requests and responses. It will then recommend any necessary changes.

The turnaround time for the test case verification is around 4-5 days working days

Step 4: Sign Off & Live Access

After completing the aforementioned steps, Travel Portal Solution will approve and give the client live access details. It's important for the client to complete their UAT before making the services live at their end.

Step 5: IP Whitelisting

After signing off, the client should check the Static Public IP Gateway (Network Routing IP) with their domain service provider and share it. This IP Address is where the client's API requests will come to the Travel Portal Solution server.

Authorization Method

With this method, the sender places a username:password into the request header. The username and password are encoded with Base64, which is an encoding technique that converts the username and password into a set of 64 characters to ensure safe transmission. Here’s an example of a Basic Auth in a request header: Authorization: Basic ABCD*******************