Testing

Learn how to test your integration with Veem.

Testing Environment

In a testing environment, you can create test accounts and test payments and invoices. This environment lets you simulate transactions to make sure that your integration works correctly. This feature helps to identify any bugs or errors in your Veem implementation before you go live with actual payments. Sandbox environment that can be accessed at https://sandbox.veem.com. The API in Sandbox uses https://sandbox-api.veem.com base URL.

Veem’s Public API Postman Collection

Postman is a widely-used API development tool. To make integrating with Veem easier, we provide a Veem Public API Postman collection with the tools you need to test the integration.

Fork the collection

To begin, you need to access the Postman app. You can use either the browser or desktop version. After launching the app, fork the collection.

To start this process on the web, press the Fork button.

Fill out the form, selecting all environments under Environments to fork, and click Fork Collection.


Use the collection

To use the collection, go to the collection you just forked and click Environments. Copy your sandbox token into main_token value. After you complete this step, you’re ready to begin making requests.

Other variables are populated by scripts during the runtime of the collection. For example, when creating an account, the system saves that account_id through a script in the collection, which is then accessible for later requests, like Get account.