Skip to content

GET sum of payment records

Ksenyia edited this page Jul 14, 2016 · 1 revision

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
}
Clone this wiki locally