General Endpoints
Get Deposit Details
Using this endpoint you’ll have the ability to get the entire information of a specific deposit.
GET
Query Parameters
The API Key of your account.
The deposit reference (you can get it from the getDeposits
endpoint).
Set this property to true
to send the request to the development
environment.
Response properties
A boolean value indicates the response status.
Error Codes
Here’s a list of possible error codes of this endpoint.
Code | Description |
---|---|
1 | Missing or invalid api key |
2 | depositReference is a required parameter. |