GET
/
getDepositDetails

Query Parameters

apiKey
string
required

The API Key of your account.

depositReference
string
required

The deposit reference (you can get it from the getDeposits endpoint).

test
boolean

Set this property to true to send the request to the development environment.

Response properties

success
boolean
required

A boolean value indicates the response status.

result
object
required
items
object
required
id
integer
required

A unique integer value indicating the deposit request in DashPay system.

amount
string
required

The total amount of the deposit.

service_charge
string
required

The fee amount of the depsoit process (DashPay fees).

deposit_total_amount_without_fees
string
required

The total amount of the deposit without fees.

deposit_total_service_fees
string
required

The total amount of fees deducted for this deposit.

Error Codes

Here’s a list of possible error codes of this endpoint.

CodeDescription
1Missing or invalid api key
2depositReference is a required parameter.