Postman Collection
Execute TransactionLink's API effortlessly without coding.
Last updated
Execute TransactionLink's API effortlessly without coding.
To finalize the environment setup, please follow these steps:
Go to the Settings page of your organization in the TransactionLink dashboard.
Navigate to Profile -> Organization -> Organization tokens and copy/generate your organization token (tot ).
In Postman, open the collection and go to the Variables tab.
Set the ORG_TOKEN variable to your token (e.g. tot_xxxxxxxxxxxxxxxxxxxx).
The token is passed directly in the Authorization header — no Bearer prefix required.
Retrieve the API key and secret key from the settings page of your workspace.
Open Postman and click on the Manage Environment option (cog icon located at the top-right corner).
Select the appropriate environment that corresponds to your workspace type.
In the WORKSPACE_KEY field, paste the API key obtained in step 1 into the current value text box.
In the WORKSPACE_SECRET field, paste the secret key obtained in step 1 into the current value text box.
Click on the Save button to save the changes.
Last updated