Get Started
Base URL
The Base URL for accessing the services is;
https://dps.prunepayments.net
There are 2 main services in the Prune API Service,
Account Service: This allows you to manage individual and organisational accounts
Payout Service: This gives access to payment services such as requesting for payouts and transferring of funds between accounts.
API Status Codes
The status section lists the HTTP status codes that the Prune API may return, along with their descriptions. These codes indicate the result of an API request. Common codes include '200 OK' for successful requests, '401 Unauthorized' for authentication failures, and '500 Internal Server Error' for server-side issues.
Below is a comprehensive list of all statuses that will be returned while using the Prune API Service:
🟢
200
OK
The request was successful and the server returned the requested data.
🟢
201
Created
The request was successful and a new resource was created.
🟢
202
Accepted
The request has been accepted for processing, but the processing has not been completed.
🔴
400
Bad Request
The server could not understand the request due to invalid syntax.
🔴
401
Unauthorized
Authentication is required and has failed or has not yet been provided.
🔴
403
Forbidden
The client does not have access rights to the content.
🔴
404
Not Found
The server cannot find the requested resource.
🔴
500
Internal Server Error
The server encountered an internal error and was unable to complete the request.
🟡
503
Service Unavailable
The server is not ready to handle the request, usually due to maintenance or overload.
Postman Collection
The Postman Collection provides a set of pre-configured API requests for the Prune API, allowing users to quickly and easily test and interact with the various routes and endpoints. Click here to access the collection.
Last updated