We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Getting sum of payment records.
Resource URI
sum_of_payments
Response Attributes
{ bbl: Integer, gbp: Integer, usd: Integer }
HTTP GET
Default Request
curl -GET http://end-point-uri/sum_of_payments
Response
HTTP Status Code 200
{ bbl: 1, gbp: 25, usd: 233937191105.034 }