Collections statistics

Return total values of charges from your Asaas account according to the provided filters.

Examples of filters:

Total amount to receive: GET https://api.asaas.com/v3/finance/payment/statistics?status=PENDING

Total amount to receive with charges by bank slip: GET https://api.asaas.com/v3/finance/payment/statistics?billingType=BOLETO&status=PENDING

Total amount received for charges by credit card: GET https://api.asaas.com/v3/finance/payment/statistics?billingType=CREDIT_CARD&status=RECEIVED

Query Params
string

Filter by unique customer identifier

string
enum

Filter by payment method

Allowed:
string
enum

Filter by status

Allowed:
boolean

Filter early registrations or not

string

Filter from initial creation date

string

Filter from final creation date

string

Filter from initial due date

string

Filter by final due date

string

Filter from estimated initial credit date

string

Filter from estimated end credit date

string

Filter by your system identifier

Responses

403

Forbidden. Occurs when the request body is filled, GET method calls must have an empty body.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json