Before integrating to the website we need to test the API and its responses. We can use Postman and a basic webpage (vanilla JS) for sending request and handling the response.

Let’s Start

Follow the Below steps to test the API :-

  1. Go on the link here.
  2. You will find various integration methods with various tech stacks.

Screenshot 2022-06-06 at 8.33.13 AM.png

  1. We will choose web integration for our API.
  2. Click on the docs for further steps and details.

Follow the below mentioned integration steps for testing :-

1. Create an order from your server

Step 1 :- Order Request using Postman