Introduction
The Prune API uses a key-based authentication approach, which is essential for securing access to its various endpoints. This method ensures that only authorised users can interact with the API, thereby protecting sensitive data and operations transferred via the endpoints.
Test Keys and Live Keys
There are two modes with specialised keys for accessing the various services within Prune's API services:
Test Keys : These keys allow for access to the test environment. In this environment, dummy accounts are created and dummy transactions are executed. No real money is passed around in this environment and endpoints more or less function the same as in the production environment.
Live keys : In this environment real transactions and real money are transacted. Please ensure all integration processes are completed and tested before switching to the environment.
Live and Test Keys can be found in the organisation's API control dashboard:

Last updated