Download our JSON library from Github & import it into your preferred API platform
Note: We'll use Postman as the example of an API platform. The Tazapay JSON collection should work with other similar programs
Step 1: Download our JSON collection on our GitHub.
Click on Code > Download ZIP, and then unzip the contents.
Step 2: On Postman, select "Import" in the left navigation menu, and then upload the .json file
Step 3: Tazapay's JSON library should now be accessible to make API calls. On Postman, this should be under Collections, and each individual API call would be sorted in their respective folders as such.
Clicking on one of these API calls should give you a sample code with the related parameters for you to fill.
Step 4: Set up an environment to be able to make API calls. The steps on how to set the environment up on Postman can be found here:
This is where you would enter your API & secret keys with the following variables
- url: Tazapay's api URL. The sandbox URL is https://api-sandbox.tazapay.com whereas the production URL is https://api.tazapay.com
- access_key: This is the API key associated with your account
- secret_key: This is the secret key associated with your account