Statistics
To get your account statistics, send a POST request to the following URL:
Statistics of payments for particular period
POST
https://api.cryptocloud.plus/v2/invoice/merchant/statistics
You will receive invoice statistics for the specified period by submitting this request.
Request Body
start*
String
Date in format «dd.mm.yyyyy»
end*
String
Date in format «dd.mm.yyyyy»
Response parameters description
A successful request receives a response with status success and object result.
count — an object that contains values for the number of invoices.
amount — an object that contains values for the invoice amounts in USD.
all — all invoices.
created — invoices with the status «Created».
paid — invoices with the status «Paid».
overpaid — invoices with the status «Overpaid».
partial — invoices with the status «Partially paid».
canceled — invoices with the status «Canceled».
Request examples
These examples show how you can submit a request to get statistics. Note that you need to provide your API key in the Authorization
header to successfully authorize the request.
Last updated