Daily position summary in JSON
Request
ENDPOINT
/bank_slip/duplicates_balanceMETHOD
GETQuery params
Field | Type | Description | Characters |
---|---|---|---|
beneficiary_key | string | Beneficiary identification key (mandatory if there is no requester_profile_code). | 10 |
requester_profile_code | string | Portfolio code (mandatory if there is no beneficiary_key). | 10 |
expiration_date | date | Maximum due date (Format YYYY-MM-DD). | 10 |
Response
STATUS
200Response Body
{
"expire_after_90_days": 0,
"expire_between_31_and_60_days": 0,
"expire_between_61_and_90_days": 0,
"expire_in_30_days": 0,
"expired": 3,
"expired_in_notary_office": 0,
"expired_not_in_notary_office": 0,
"paid": 0,
"paid_after_due_date": 2,
"paid_before_due_date": 0,
"paid_on_due_date": 0,
"to_expire": 0,
"unpaid": 0
}
STATUS
400Response Body
{
"data": "{\"title\": \"Bad Request\", \"description\": \"Invalid request body.\", \"translation\": \"Corpo da requisição inválido.\", \"extra_fields\": {}, \"code\": \"LEG000069\"}"
}