This section includes functions to get information about deposits.
Business Reporting API
deposits
Get Deposit List
get /accounts/{accountId}/deposits
This endpoint will return a list of deposits and the deposit details for a given account ID. Unless specified otherwise, this endpoint will return every deposit for the given account ID since the ID was created.
Parameters
accountId required
string
Loading...
start
string
Example:
?start=2017-07-19 13:30:00
Loading...
end
string
Example:
?end=2017-07-21 23:59:59
Loading...
count
integer
Example:
2
Loading...
Example Response
200 Authorized
401 Unauthorized
Get Deposit by ID
get /accounts/{accountId}/deposits/{depositId}
Get deposit by deposit ID for a given account ID.
Parameters
accountId required
string
Loading...
depositId required
string
Loading...
Example Response
200 Authorized
401 Unauthorized