Hey! Welcome to Sandbox.

 

To hit your first API endpoint successfully, you can follow the steps below:

  1. Sign in to your Sandbox Dashboard.

    Note: To test endpoints you must already have a subscription which will give you the API keys.
    To see how to start a new subscription, read this article.

  2. Select your Subscription and go to 'API Key'.

    Note: Live key can be used to hit the production environment, whereas Test Key can be used to hit only the test environment.

  3. To test paid APIs (learn more about Paid APIs), you're required to recharge your wallet balance.
    You can recharge a minimum of INR 100, from where the wallet costs for an API, per hit, will be deducted.

    Note: Read here about how to add credits to your wallet.

  4. Now, you can visit https://developer.sandbox.co.in/ where you can find the documentation of all the APIs provided by Sandbox. Within this documentation, there's a testing environment where you can test out your data.

  5. First, to test the endpoints, you'll have to create a 'Access Token'.

    Note: Read here about how to create a Access Token.

  6. For example, to hit the endpoint for PAN Verification (basic) API, first click on "<> View Endpoint" button, which will open the Endpoint Page.


  7. Now, you will be required to enter the PAN, Access Token, and API Key. You can use the Test Data with Test Keys with the test URL.


  8. After you've entered the data, you can click on the 'Try it!' button to execute the request.


    Voila!
    You just hit your first endpoint!